diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1993-04-08 17:30:28 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1993-04-08 17:30:28 +0000 |
commit | 98a445b0fac68e1e15f6948ce7f2a20837a7c0a7 (patch) | |
tree | 9eccc6f57ce21a2f2d8bf2990aa045be4068b02b /bfd | |
parent | e110c2a839a6584f75568dfac4cc8cd9bf41cd3d (diff) | |
download | gdb-98a445b0fac68e1e15f6948ce7f2a20837a7c0a7.zip gdb-98a445b0fac68e1e15f6948ce7f2a20837a7c0a7.tar.gz gdb-98a445b0fac68e1e15f6948ce7f2a20837a7c0a7.tar.bz2 |
* trad-core.c (trad_unix_core_file_failing_signal): Use new macro
TRAD_UNIX_CORE_FILE_FAILING_SIGNAL to allow host files to specify
the core file failing signal.
* hosts/decstation.h (TRAD_UNIX_CORE_FILE_FAILING_SIGNAL): Define
to supply the core file failing signal.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7d2d054..b09323f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,18 @@ +Thu Apr 8 10:28:00 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * trad-core.c (trad_unix_core_file_failing_signal): Use new macro + TRAD_UNIX_CORE_FILE_FAILING_SIGNAL to allow host files to specify + the core file failing signal. + * hosts/decstation.h (TRAD_UNIX_CORE_FILE_FAILING_SIGNAL): Define + to supply the core file failing signal. + +Thu Apr 8 09:17:35 1993 Ian Lance Taylor (ian@cygnus.com) + + * coffcode.h (styp_to_sec_flags): Only set SEC_SHARED_LIBRARY for + a STYP_NOLOAD | STYP_BSS section if BSS_NOLOAD_IS_SHARED_LIBRARY + is defined. On many COFF targets STYP_BSS is always STYP_NOLOAD. + * coff-i386.h (BSS_NOLOAD_IS_SHARED_LIBRARY): Define. + Wed Apr 7 11:33:06 1993 Ian Lance Taylor (ian@cygnus.com) * coff-mips.c (PAGESIZE): Correct value. |