aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>1998-12-11 18:47:33 +0000
committerJason Molenda <jmolenda@apple.com>1998-12-11 18:47:33 +0000
commit852b7d11925e764c941874eaac3cbd5b87467926 (patch)
tree222682e76a3dfc36f11c12999453cd3970174508 /gdb/ChangeLog
parentdee563f3488a4d298e31264856c737f80c234507 (diff)
downloadgdb-852b7d11925e764c941874eaac3cbd5b87467926.zip
gdb-852b7d11925e764c941874eaac3cbd5b87467926.tar.gz
gdb-852b7d11925e764c941874eaac3cbd5b87467926.tar.bz2
1998-12-11 Jeff Law (law@cygnus.com)
* configure.in (with-sim-gpu2): Do not emit a -L argument without an associated pathname. Link in the math library after the gpu2 library. Assumes that libm is around (and doesn't take advantage of the AC_CHECK_LIB(m) that is already in configure.in), but this is a minor point and unlikely to cause problems.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e604a7e..26176ff 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+start-sanitize-sky
+1998-12-11 Jeff Law (law@cygnus.com)
+
+ * configure.in (with-sim-gpu2): Do not emit a -L argument without
+ an associated pathname. Link in the math library after the gpu2
+ library.
+
+end-sanitize-sky
Fri Dec 11 09:07:05 1998 Andrew Cagney <cagney@b1.cygnus.com>
* i386b-nat.c: Include "expression.h".