diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-04-28 16:42:18 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-04-28 16:42:18 +0000 |
commit | 82c10df67c913fa42750768634b7e7a618d55be6 (patch) | |
tree | e6d486a0f6f4c3ebaa47c33556ec81cd71ec8f75 | |
parent | 0faf007628341c5afd2d3721c84e46d27ff6d3e0 (diff) | |
download | gdb-82c10df67c913fa42750768634b7e7a618d55be6.zip gdb-82c10df67c913fa42750768634b7e7a618d55be6.tar.gz gdb-82c10df67c913fa42750768634b7e7a618d55be6.tar.bz2 |
2004-04-28 Andrew Cagney <cagney@redhat.com>
* NEWS: Mention gdb/gdbserver/configure execute permission
changed. PR server/519.
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/NEWS | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f64b0023..b872fea 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2004-04-28 Andrew Cagney <cagney@redhat.com> + * NEWS: Mention gdb/gdbserver/configure execute permission + changed. PR server/519. + +2004-04-28 Andrew Cagney <cagney@redhat.com> + * stack.c (print_stack_frame_stub): Delete declaration. (struct print_stack_frame_args, print_stack_frame) (print_frame_info, print_frame): Replace "source" with print what. @@ -3,6 +3,12 @@ *** Changes since GDB 6.1: +* Added execute permission to gdb/gdbserver/configure + +The shell script gdb/testsuite/gdb.stabs/configure lacked execute +permission. This bug would cause configure to fail on a number of +systems (Solaris, IRIX). Ref: server/519. + * New native configurations OpenBSD/powerpc powerpc-*-openbsd* |