elf_backend_emit_relocs problems (bug?)
Alan Modra
amodra@bigpond.net.au
Tue Jan 21 02:51:00 GMT 2003
More information about the Binutils mailing list
Tue Jan 21 02:51:00 GMT 2003
- Previous message (by thread): elf_backend_emit_relocs problems (bug?)
- Next message (by thread): How retarget GAS to a machine with big endian text section and little endian data section?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, Jan 21, 2003 at 12:41:38AM +0100, Fabio Alemagna wrote: > #0 elf_link_input_bfd (finfo=0xbffff360, input_bfd=0x80d1bd0) > at ../../binutils/bfd/elflink.h:6899 > 6899 *rel_hash = NULL; You'll need to investigate why the elf_section_data for your output section isn't being set up correctly. > the 'print' command in gdb says that doesn't know anything about rel_hash > (don't ask me why), so I put a printf() right before that line and it > showed that rel_hash is a NULL pointer. Don't use -O2 when compiling. -- Alan Modra IBM OzLabs - Linux Technology Centre
- Previous message (by thread): elf_backend_emit_relocs problems (bug?)
- Next message (by thread): How retarget GAS to a machine with big endian text section and little endian data section?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list