aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1993-10-20 20:37:40 +0000
committerIan Lance Taylor <ian@airs.com>1993-10-20 20:37:40 +0000
commit0186bcc6d511aa48f103a696d15c5d51008e4d2e (patch)
treeb7d6ab9e8afe6780fc0a4dadaf49a37c0f6540cb /bfd/ChangeLog
parentc6b399ceb834c83812476e6d6947cb72b2debfe9 (diff)
downloadgdb-0186bcc6d511aa48f103a696d15c5d51008e4d2e.zip
gdb-0186bcc6d511aa48f103a696d15c5d51008e4d2e.tar.gz
gdb-0186bcc6d511aa48f103a696d15c5d51008e4d2e.tar.bz2
* libnlm.h (nlm_backend_data): Added signature field.
(nlm_signature): New macro. * nlmcode.h (nlm_object_p, nlm_write_object_contents): Use the NLM signature from the backend rather than the constant NLM_SIGNATURE. * nlm32-i386.c (nlm32_i386_backend): Initialize signature field.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index f7e6f4b..efcde1e 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,11 @@
Wed Oct 20 12:22:37 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
+ * libnlm.h (nlm_backend_data): Added signature field.
+ (nlm_signature): New macro.
+ * nlmcode.h (nlm_object_p, nlm_write_object_contents): Use the NLM
+ signature from the backend rather than the constant NLM_SIGNATURE.
+ * nlm32-i386.c (nlm32_i386_backend): Initialize signature field.
+
* aoutf1.h (MACHTYPE_OK): Accept M_UNKNOWN.
(NAME(sunos,set_arch_mach)): Treat M_UNKNOWN as 68000, not 68020.