diff options
author | Fred Fish <fnf@specifix.com> | 1992-04-02 18:00:10 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-04-02 18:00:10 +0000 |
commit | 5c1c5e6745dbf2352a962b54601f436ddeb49571 (patch) | |
tree | 2533ffee4f7467c5e2771da541aedc9cf073fb43 /gdb/ChangeLog | |
parent | 03c93c664dd6dfafaf12522b9ae01e015bbd570a (diff) | |
download | gdb-5c1c5e6745dbf2352a962b54601f436ddeb49571.zip gdb-5c1c5e6745dbf2352a962b54601f436ddeb49571.tar.gz gdb-5c1c5e6745dbf2352a962b54601f436ddeb49571.tar.bz2 |
Fix bug in values.c unpacking signed characters on hosts where the default
character type is unsigned. Add some cases to the tables in procfs.c
for constants defined in newer SVR4 systems and reorder the tests for
ioctl support of resetting the inherit-on-fork flag to favor the latest
method using PIOCRESET.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b3481a9..7e8159d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +Thu Apr 2 09:47:11 1992 Fred Fish (fnf@cygnus.com) + + * values.c (unpack_long): Fix unpacking error for signed chars + on hosts where the default character type is unsigned. + * procfs.c (pr_flag_table, pr_why_table): Add some entries + for newer SVR4 variants. + * procfs.c (proc_set_exec_trap): Reorder tests for ioctl's that + turn off trace inherit-on-fork flag to favor latest SVR4 method. + * procfs.c (mappingflags): Add support for MA_PHYS + Thu Apr 2 00:55:56 1992 John Gilmore (gnu at cygnus.com) * buildsym.c (read_struct_type): Avoid coredump when C++ |