delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2012/01/01/19:15:06

X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f
From: Rugxulo <rugxulo AT gmail DOT com>
Newsgroups: comp.os.msdos.djgpp
Subject: Re: problem with AS from binutils 2.21.1
Date: Sun, 1 Jan 2012 15:51:48 -0800 (PST)
Organization: http://groups.google.com
Lines: 32
Message-ID: <ce3fe6e9-0d8d-435c-9984-d771c63b607f@f11g2000yql.googlegroups.com>
References: <8a32880d-526c-40ac-a9bb-e88fce4ee2aa AT z25g2000vbs DOT googlegroups DOT com>
<21258842-845d-4b87-9c29-52d0528e2ca0 AT dp8g2000vbb DOT googlegroups DOT com>
<76df8c48-1463-43d1-98a1-4c32fb5c7643 AT t16g2000vba DOT googlegroups DOT com> <3e83fb36-219b-4314-8201-7f0047eb60d2 AT z12g2000yqm DOT googlegroups DOT com>
NNTP-Posting-Host: 65.13.115.246
Mime-Version: 1.0
X-Trace: posting.google.com 1325462010 20279 127.0.0.1 (1 Jan 2012 23:53:30 GMT)
X-Complaints-To: groups-abuse AT google DOT com
NNTP-Posting-Date: Sun, 1 Jan 2012 23:53:30 +0000 (UTC)
Complaints-To: groups-abuse AT google DOT com
Injection-Info: f11g2000yql.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO
User-Agent: G2/1.0
X-Google-Web-Client: true
X-Google-Header-Order: HNKRAUELSC
X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.16
(KHTML, like Gecko) Chrome/10.0.630.0 Safari/534.16,gzip(gfe)
Bytes: 2505
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q020F1bQ000915
Reply-To: djgpp AT delorie DOT com

Hi,

On Jan 1, 5:34 pm, Rugxulo <rugx DOT  DOT  DOT  AT gmail DOT com> wrote:
>
> On Dec 25 2011, 6:49 pm, RayeR <gl DOT  DOT  DOT  AT centrum DOT cz> wrote:
>
> > e:/djgpp/bin/as.exe: dsputil.o: /68: reloc overflow: 0x15b32 > 0xffff
>
> > btw dsputil.o is quite large (3,4MB) file, compiling taken some
> > seconds maybe problem due to low memory?
>
> Granted, it is fairly large output, but definitely not 3.4 MB, only
> 800 kb. Perhaps latest Dwarf-3 or whatever or latest GCC 4.6.2 output
> is more bloated than it used to be with older GCC 3.4.6 ??
>
> objdump -r dsputil.o | wc
>   14320   42925  501408
> objdump -r dsputil-nodebug.o | wc
>    1266    3788   41956

This must be your "gcc -O2" compile, then ("ar x libavcodec.a
dsputil.o"):

-rw-r--r-- 1 root root 1782775 2012-01-01 17:48 dsputil.o
-rw-r--r-- 1 root root  367199 2012-01-01 17:49 dsputil-nodebug.o

objdump -r dsputil.o | wc
  68448  205294 2326341
objdump -r dsputil-nodebug.o | wc
   2034    6082   67179
strings *.o | grep -i gcc
GCC: (GNU) 4.6.2

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019