diff options
author | Fred Fish <fnf@specifix.com> | 1991-11-30 04:46:50 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1991-11-30 04:46:50 +0000 |
commit | 8c6e9f05f2ba8e0211862d77b9f54f1ac7e4538d (patch) | |
tree | 8827eacdcdf5a8eb9d455025413f512a7e5375e1 /gdb/ChangeLog | |
parent | 05b261a3348fcfc1820af7bfc39ab22af1c8db62 (diff) | |
download | gdb-8c6e9f05f2ba8e0211862d77b9f54f1ac7e4538d.zip gdb-8c6e9f05f2ba8e0211862d77b9f54f1ac7e4538d.tar.gz gdb-8c6e9f05f2ba8e0211862d77b9f54f1ac7e4538d.tar.bz2 |
Add tm-i386v4.h and xm-i386v4.h to Sanitize, add i386/SVR4 to configuration
file, recognize names beginning with '.' as compiler generated "fake" tags
for anonymous structures, unions and enums. Add target dependent functions
for SVR4 /proc register interface (i386-tdep.c).
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 14e4873..3464fc7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,23 @@ Fri Nov 29 16:59:25 1991 Fred Fish (fnf at cygnus.com) + * configure.in: Add SVR4 i386 configurations. + + * config/mh-i386v4, config/mt-i386v4, tm-i386v4.h, xm-i386v4.h: + New files for i386/SVR4. + + * tm-i386v.h: Allow START_INFERIOR_TRAPS_EXPECTED and + DECR_PC_AFTER_BREAK to be predefined by files including + tm-i386v.h. + + * i386-tdep.c: Add supply_gregset(), fill_gregset(), + supply_fpregset(), and fill_fpregset() functions, which are + target dependent support functions for the SVR4 /proc register + interface. + + * dwarfread.c (enum_type, struct_type): Expand recognized + compiler generated tags to include symbols beginning with '.' as + well as '~'. + * symtab.c (sources_info): Change simple printf of error message to call to error(). |