public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/14393] New: section overlaps...
@ 2004-03-03  0:20 sshoecraft at earthlink dot net
  2004-03-03  0:23 ` [Bug c/14393] " sshoecraft at earthlink dot net
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: sshoecraft at earthlink dot net @ 2004-03-03  0:20 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/14393] section overlaps...
  2004-03-03  0:20 [Bug c/14393] New: section overlaps sshoecraft at earthlink dot net
@ 2004-03-03  0:23 ` sshoecraft at earthlink dot net
  2004-03-03  0:23 ` sshoecraft at earthlink dot net
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: sshoecraft at earthlink dot net @ 2004-03-03  0:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From sshoecraft at earthlink dot net  2004-03-03 00:23 -------
Created an attachment (id=5847)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5847&action=view)
i-file


-- 


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/14393] section overlaps...
  2004-03-03  0:20 [Bug c/14393] New: section overlaps sshoecraft at earthlink dot net
  2004-03-03  0:23 ` [Bug c/14393] " sshoecraft at earthlink dot net
@ 2004-03-03  0:23 ` sshoecraft at earthlink dot net
  2004-03-03  0:24 ` sshoecraft at earthlink dot net
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: sshoecraft at earthlink dot net @ 2004-03-03  0:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From sshoecraft at earthlink dot net  2004-03-03 00:23 -------
Created an attachment (id=5846)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5846&action=view)
complete c program

complete c source

-- 


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/14393] section overlaps...
  2004-03-03  0:20 [Bug c/14393] New: section overlaps sshoecraft at earthlink dot net
                   ` (2 preceding siblings ...)
  2004-03-03  0:24 ` sshoecraft at earthlink dot net
@ 2004-03-03  0:24 ` sshoecraft at earthlink dot net
  2004-03-03  1:05 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: sshoecraft at earthlink dot net @ 2004-03-03  0:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From sshoecraft at earthlink dot net  2004-03-03 00:24 -------
Created an attachment (id=5849)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5849&action=view)
assembler source


-- 


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/14393] section overlaps...
  2004-03-03  0:20 [Bug c/14393] New: section overlaps sshoecraft at earthlink dot net
  2004-03-03  0:23 ` [Bug c/14393] " sshoecraft at earthlink dot net
  2004-03-03  0:23 ` sshoecraft at earthlink dot net
@ 2004-03-03  0:24 ` sshoecraft at earthlink dot net
  2004-03-03  0:24 ` sshoecraft at earthlink dot net
  2004-03-03  1:05 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: sshoecraft at earthlink dot net @ 2004-03-03  0:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From sshoecraft at earthlink dot net  2004-03-03 00:24 -------
Created an attachment (id=5848)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5848&action=view)
object file


-- 


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/14393] section overlaps...
  2004-03-03  0:20 [Bug c/14393] New: section overlaps sshoecraft at earthlink dot net
                   ` (3 preceding siblings ...)
  2004-03-03  0:24 ` sshoecraft at earthlink dot net
@ 2004-03-03  1:05 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-03  1:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-03 01:05 -------
Not a GCC problem, the asm is right.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-03-03  1:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-03  0:20 [Bug c/14393] New: section overlaps sshoecraft at earthlink dot net
2004-03-03  0:23 ` [Bug c/14393] " sshoecraft at earthlink dot net
2004-03-03  0:23 ` sshoecraft at earthlink dot net
2004-03-03  0:24 ` sshoecraft at earthlink dot net
2004-03-03  0:24 ` sshoecraft at earthlink dot net
2004-03-03  1:05 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).