Fix bug in values.c unpacking signed characters on hosts where the default
authorFred Fish <fnf@specifix.com>
Thu, 2 Apr 1992 18:00:10 +0000 (18:00 +0000)
committerFred Fish <fnf@specifix.com>
Thu, 2 Apr 1992 18:00:10 +0000 (18:00 +0000)
commit5c1c5e6745dbf2352a962b54601f436ddeb49571
tree2533ffee4f7467c5e2771da541aedc9cf073fb43
parent03c93c664dd6dfafaf12522b9ae01e015bbd570a
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.
gdb/ChangeLog
gdb/procfs.c
gdb/values.c