public inbox for gas2@sourceware.org
 help / color / mirror / Atom feed
* is there a patch to binutils 2.6 for this?
@ 1996-05-06 14:57 Joel Sherrill
  0 siblings, 0 replies; only message in thread
From: Joel Sherrill @ 1996-05-06 14:57 UTC (permalink / raw)
  To: gas2

configuration m68k-coff

Using gdb and breaking at obj-format.c:2645 I can see that the pointer 
(filename_list_scan->filename) is NULL.  Here is a trace.

$6 = 0xf85f0 "/net/morgana/usr1/rtems/rtems-3.5.16/c/mvme136/include/asm.h"
(gdb) cont
Continuing.
 
Breakpoint 1, yank_symbols () at obj-format.c:2645
2645                  string_byte_count += strlen 
(filename_list_scan->filename) + 1;
(gdb) print filename_list_scan->filename
Cannot access memory at address 0x0.
(gdb) bt
#0  yank_symbols () at obj-format.c:2645
#1  0x29328 in crawl_symbols (h=0xefffed80, abfd=0xf4240) at 
obj-format.c:2833
#2  0x29b30 in write_object_file () at obj-format.c:3067
#3  0x311f4 in main (argc=2, argv=0xc85f8) at ../../src/gas/as.c:598
(gdb) cont                   
Continuing.
 
Program received signal SIGSEGV, Segmentation fault.
0x28c7c in yank_symbols () at obj-format.c:2645
obj-format.c:2645: No such file or directory.
(gdb)

If someone has a patch, I would appreciate it.  Otherwise I will spend 
the time to track it down.

Thanks

--joel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1996-05-06 14:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-05-06 14:57 is there a patch to binutils 2.6 for this? Joel Sherrill

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).