* ldmain.c (main): Initialise link_info.eh_frame_hdr.
This commit is contained in:
parent
2d6f4d1516
commit
320fec9a20
@ -1,3 +1,7 @@
|
||||
2001-12-15 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* ldmain.c (main): Initialise link_info.eh_frame_hdr.
|
||||
|
||||
2001-12-13 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* emultempl/elf32.em (finish): Supply output_bfd
|
||||
|
@ -252,6 +252,7 @@ main (argc, argv)
|
||||
link_info.init_function = "_init";
|
||||
link_info.fini_function = "_fini";
|
||||
link_info.new_dtags = false;
|
||||
link_info.eh_frame_hdr = false;
|
||||
link_info.flags = (bfd_vma) 0;
|
||||
link_info.flags_1 = (bfd_vma) 0;
|
||||
link_info.pei386_auto_import = false;
|
||||
|
Loading…
Reference in New Issue
Block a user