diff options
author | Fernando Nasser <fnasser@redhat.com> | 2000-02-25 16:37:32 +0000 |
---|---|---|
committer | Fernando Nasser <fnasser@redhat.com> | 2000-02-25 16:37:32 +0000 |
commit | 608d5915ac07fc506d7f0fc33af11e3ca4f5c35f (patch) | |
tree | 5475f732f17b3263bc2c8ba8ac11094e591c73cb /gdb/ChangeLog | |
parent | 084e9a84fa98131f2cab8f9b276645e8e5abdd1e (diff) | |
download | gdb-608d5915ac07fc506d7f0fc33af11e3ca4f5c35f.zip gdb-608d5915ac07fc506d7f0fc33af11e3ca4f5c35f.tar.gz gdb-608d5915ac07fc506d7f0fc33af11e3ca4f5c35f.tar.bz2 |
2000-02-25 Fernando Nasser <fnasser@cygnus.com>
From: Thomas Zenker <thz@Lennartz-electronic.DE>
* rdi-share/hsys.c: to compile under 4.4BSD derived systems (FreeBSD,
NetBSD...) sys_errlist should not be declared in hsys.c.
NEED_SYSERRLIST is set already by configure, so we can use it.
* rdi-share/unixcomm.c: 4.4BSD derived systems define BSD, but are
posix compliant and we should not work with the old compatibility
stuff. Because of that I undef BSD in case of FBSD etc and include
sys/ioctl to get the flags.
* rdi-share/unixcomm.c: If the TIOCEXCL flags exists set serial line
for exclusive use.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 59dd921..ab7d544 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +2000-02-25 Fernando Nasser <fnasser@cygnus.com> + + From: Thomas Zenker <thz@Lennartz-electronic.DE> + * rdi-share/hsys.c: to compile under 4.4BSD derived systems (FreeBSD, + NetBSD...) sys_errlist should not be declared in hsys.c. + NEED_SYSERRLIST is set already by configure, so we can use it. + * rdi-share/unixcomm.c: 4.4BSD derived systems define BSD, but are + posix compliant and we should not work with the old compatibility + stuff. Because of that I undef BSD in case of FBSD etc and include + sys/ioctl to get the flags. + * rdi-share/unixcomm.c: If the TIOCEXCL flags exists set serial line + for exclusive use. + 2000-02-24 Kevin Buettner <kevinb@redhat.com> * ppc-linux-tdep.c (ppc_sysv_abi_push_arguments): Put address |