diff options
author | Jim Blandy <jimb@codesourcery.com> | 2002-08-20 21:32:18 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2002-08-20 21:32:18 +0000 |
commit | 697f7479bbe7c27def5b0f3b5cc06143bb5c88ab (patch) | |
tree | 327ae0af2f88502d0a5552a00b37cb78012be862 /gdb/ChangeLog | |
parent | e86ae29ff5cf6686591618b56319f0d98ba00e1b (diff) | |
download | gdb-697f7479bbe7c27def5b0f3b5cc06143bb5c88ab.zip gdb-697f7479bbe7c27def5b0f3b5cc06143bb5c88ab.tar.gz gdb-697f7479bbe7c27def5b0f3b5cc06143bb5c88ab.tar.bz2 |
* Makefile.in (LDFLAGS): Allow the configure script to establish a
default for this.
* gdbserver/Makefile.in (LDFLAGS): Same.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a5163ab7..c8ec523 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2002-08-20 Jim Blandy <jimb@redhat.com> + + * Makefile.in (LDFLAGS): Allow the configure script to establish a + default for this. + * gdbserver/Makefile.in (LDFLAGS): Same. + 2002-08-20 Keith Seitz <keiths@redhat.com> * breakpoints.c (watch_command_1): Use internal breakpoint |