mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* coffcode.h (coff_write_object_contents): Restore setting
f_timdat to 0, deleted on August 22.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Wed Oct 4 14:15:52 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* coffcode.h (coff_write_object_contents): Restore setting
|
||||||
|
f_timdat to 0, deleted on August 22.
|
||||||
|
|
||||||
Tue Oct 3 16:28:32 1995 steve chamberlain <sac@slash.cygnus.com>
|
Tue Oct 3 16:28:32 1995 steve chamberlain <sac@slash.cygnus.com>
|
||||||
|
|
||||||
* coffcode.h (coff_bfd_copy_private_symbol_data,
|
* coffcode.h (coff_bfd_copy_private_symbol_data,
|
||||||
@ -7,7 +12,7 @@ Tue Oct 3 16:28:32 1995 steve chamberlain <sac@slash.cygnus.com>
|
|||||||
(pe_bfd_copy_private_bfd_data): New.
|
(pe_bfd_copy_private_bfd_data): New.
|
||||||
(coff_swap_scnhdr_in): Swap bss size into the right place.
|
(coff_swap_scnhdr_in): Swap bss size into the right place.
|
||||||
(pe_print_private_bfd_data): Add some newlines.
|
(pe_print_private_bfd_data): Add some newlines.
|
||||||
|
|
||||||
Tue Oct 3 11:53:04 1995 Jeff Law (law@hurl)
|
Tue Oct 3 11:53:04 1995 Jeff Law (law@hurl)
|
||||||
|
|
||||||
* som.c (setup_sections): Don't die if a space has no subspaces.
|
* som.c (setup_sections): Don't die if a space has no subspaces.
|
||||||
|
@ -1871,6 +1871,7 @@ coff_write_object_contents (abfd)
|
|||||||
field does not belong here. We fill it with a 0 so it compares the
|
field does not belong here. We fill it with a 0 so it compares the
|
||||||
same but is not a reasonable time. -- gnu@cygnus.com
|
same but is not a reasonable time. -- gnu@cygnus.com
|
||||||
*/
|
*/
|
||||||
|
internal_f.f_timdat = 0;
|
||||||
|
|
||||||
internal_f.f_flags = 0;
|
internal_f.f_flags = 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user