diff options
author | Fred Fish <fnf@specifix.com> | 1992-12-08 21:47:49 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-12-08 21:47:49 +0000 |
commit | 160be0ded9bb9a7ff6287c3b7094327465085874 (patch) | |
tree | 89c48234f1ddfe92c4af89ea11839ceebc1b391d /gdb/ChangeLog | |
parent | 38dc971becb7bd105245853a3cc95c2a2b2783b4 (diff) | |
download | gdb-160be0ded9bb9a7ff6287c3b7094327465085874.zip gdb-160be0ded9bb9a7ff6287c3b7094327465085874.tar.gz gdb-160be0ded9bb9a7ff6287c3b7094327465085874.tar.bz2 |
Changes for Amiga Unix from rhealey@ub.d.umn.edu.
* config/amix.mh (NAT_FILE): Add, set to nm-sysv4.h.
* config/amix.mh (NATDEPFILES): Add.
* config/amix.mh (XDEPFILES): Move procfs.o and fork-child.o
to NATDEPFILES.
* dwarfread.c (decode_subscr_data): Remove spurious test that
accepted only integer subscript types. We don't do anything
with the type at the moment anyway.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b5068b1..6da61c8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +Tue Dec 8 13:30:58 1992 Fred Fish (fnf@cygnus.com) + + Changes for Amiga Unix from rhealey@ub.d.umn.edu. + * config/amix.mh (NAT_FILE): Add, set to nm-sysv4.h. + * config/amix.mh (NATDEPFILES): Add. + * config/amix.mh (XDEPFILES): Move procfs.o and fork-child.o + to NATDEPFILES. + + * dwarfread.c (decode_subscr_data): Remove spurious test that + accepted only integer subscript types. We don't do anything + with the type at the moment anyway. + **** start-sanitize-chill **** Fri Dec 4 06:56:56 1992 Fred Fish (fnf@cygnus.com) |