[Bug c/14393] New: section overlaps...

sshoecraft at earthlink dot net gcc-bugzilla@gcc.gnu.org
Wed Mar 3 00:20:00 GMT 2004


unsure if this is gcc or ld doing this:

root@hp1 % cat t.c
int main(void) { }
root@hp1 % gcc -v -save-temps -o t t.c
Reading specs from /usr/local/lib/gcc-lib/hppa64-hp-hpux11.11/3.3.3/specs
Configured with: ./configure --host=hppa64-hp-hpux11.11 --enable-languages=c --
disable-shared --disable-nls --with-gnu-as --with-as=/usr/local/bin/as : 
(reconfigured) ./configure --host=hppa64-hp-hpux11.11 --enable-languages=c --
disable-shared --disable-nls --with-gnu-as --with-as=/usr/local/bin/as --with-
gnu-ld --with-ld=/usr/local/bin/ld
Thread model: single
gcc version 3.3.3
 /usr/local/lib/gcc-lib/hppa64-hp-hpux11.11/3.3.3/cc1 -E -quiet -v -
D__GNUC__=3 -D__GNUC_MINOR__=3 -D__GNUC_PATCHLEVEL__=3 t.c t.i
ignoring nonexistent directory "NONE/include"
ignoring nonexistent directory "/usr/local/hppa64-hp-hpux11.11/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/local/include
 /usr/local/lib/gcc-lib/hppa64-hp-hpux11.11/3.3.3/include
 /usr/include
End of search list.
 /usr/local/lib/gcc-lib/hppa64-hp-hpux11.11/3.3.3/cc1 -fpreprocessed t.i -
quiet -dumpbase t.c -auxbase t -version -o t.s
GNU C version 3.3.3 (hppa64-hp-hpux11.11) compiled by CC.
GGC heuristics: --param ggc-min-expand=47 --param ggc-min-heapsize=32768
 /usr/local/bin/as -o t.o t.s
 /usr/local/lib/gcc-lib/hppa64-hp-hpux11.11/3.3.3/collect2 -E -u main -o 
t /usr/ccs/lib/pa20_64/crt0.o /usr/local/lib/gcc-lib/hppa64-hp-
hpux11.11/3.3.3/crtbegin.o -L/usr/local/lib/gcc-lib/hppa64-hp-hpux11.11/3.3.3 -
L/usr/local/lib/gcc-lib/hppa64-hp-hpux11.11/3.3.3/../../../../hppa64-hp-
hpux11.11/lib -L/usr/ccs/bin -L/usr/ccs/lib/pa20_64 -
L/opt/langtools/lib/pa20_64 -L/usr/local/lib/gcc-lib/hppa64-hp-
hpux11.11/3.3.3/../../.. t.o -lgcc -lc /usr/lib/pa20_64/milli.a -
lgcc /usr/local/lib/gcc-lib/hppa64-hp-hpux11.11/3.3.3/crtend.o
/usr/local/bin/ld: section .opd [00000000000000c0 -> 00000000000001bf] 
overlaps section .interp [0000000000000157 -> 000000000000016e]
/usr/local/bin/ld: section .dlt [00000000000001c0 -> 00000000000001d7] 
overlaps section .dynamic [0000000000000170 -> 00000000000002cf]
/usr/local/bin/ld: section .ctors [00000000000001d8 -> 00000000000001e7] 
overlaps section .dynamic [0000000000000170 -> 00000000000002cf]
/usr/local/bin/ld: section .dtors [00000000000001e8 -> 00000000000001f7] 
overlaps section .dynamic [0000000000000170 -> 00000000000002cf]
/usr/local/bin/ld: section .jcr [00000000000001f8 -> 00000000000001ff] 
overlaps section .dynamic [0000000000000170 -> 00000000000002cf]
/usr/local/bin/ld: section .sdata [0000000000000200 -> 000000000000022f] 
overlaps section .dynamic [0000000000000170 -> 00000000000002cf]
collect2: ld returned 1 exit status

-- 
           Summary: section overlaps...
           Product: gcc
           Version: 3.3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: sshoecraft at earthlink dot net
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: hppa64-hp-hpux11.11
  GCC host triplet: hppa64-hp-hpux11.11
GCC target triplet: hppa64-hp-hpux11.11


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14393



More information about the Gcc-bugs mailing list