diff options
author | Brendan Kehoe <brendan@cygnus> | 1997-12-16 16:16:41 +0000 |
---|---|---|
committer | Brendan Kehoe <brendan@cygnus> | 1997-12-16 16:16:41 +0000 |
commit | f07263913a501f9652f8b9b0655425faf32a372a (patch) | |
tree | 645e12bf3c853e52ae4b65ced411ee29f412a801 | |
parent | 085e370b464a9674f5515f1b6812fa1939d5f6fc (diff) | |
download | gdb-f07263913a501f9652f8b9b0655425faf32a372a.zip gdb-f07263913a501f9652f8b9b0655425faf32a372a.tar.gz gdb-f07263913a501f9652f8b9b0655425faf32a372a.tar.bz2 |
note that the fix for --enable-shared is not the real way it needs to
be done; libtool.m4 needs a change of some sort instead
-rw-r--r-- | bfd/ChangeLog | 3 | ||||
-rw-r--r-- | opcodes/ChangeLog | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index db81f26..3c704c5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -58,6 +58,9 @@ Fri Dec 12 11:30:28 1997 Brendan Kehoe <brendan@canuck.cygnus.com> * configure: Only build libbfd shared if --enable-shared's value was `yes', or was set to `*bfd*'. * aclocal.m4: Likewise. + * NOTE: this really needs to be fixed in libtool/libtool.m4, the + original source of this bit of code. It's not clear what the best fix + would be, though. Thu Dec 11 17:48:11 1997 Richard Henderson <rth@cygnus.com> diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 993ae28..6fdba29 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -16,6 +16,9 @@ end-sanitize-r5900 * configure: Only build libopcodes shared if --enable-shared's value was `yes', or was set to `*opcodes*'. * aclocal.m4: Likewise. + * NOTE: this really needs to be fixed in libtool/libtool.m4, the + original source of this bit of code. It's not clear what the best fix + would be, though. start-sanitize-r5900 Mon Dec 15 12:43:36 1997 Jeffrey A Law (law@cygnus.com) |