diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-02-05 21:32:01 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-02-05 21:32:01 +0000 |
commit | dd1d79e8b9464d15f926d876a09c5be92d2773e7 (patch) | |
tree | 10da883b77d5383984509a9e457444a07b4fa881 /gas | |
parent | f8d489718fe1d05f007726a7df20455047630b8c (diff) | |
download | gdb-dd1d79e8b9464d15f926d876a09c5be92d2773e7.zip gdb-dd1d79e8b9464d15f926d876a09c5be92d2773e7.tar.gz gdb-dd1d79e8b9464d15f926d876a09c5be92d2773e7.tar.bz2 |
Support for building bfd and opcodes as shared libraries, based on
patches from Alan Modra <alan@spri.levels.unisa.edu.au>:
* configure.in: Set OPCODES and BFD to search directories.
Substitute OPCODES_DEP and BFDDEP. On SunOS, set HLDFLAGS.
* configure: Rebuild.
* Makefile.in (LDFLAGS, HLDFLAGS): New variables.
(LIBDEPS): New variable.
(as.new0: Depend upon $(LIBDEPS) rather than $(LIBS). Use
$(HLDFLAGS) in link.
(check): Set LD_LIBRARY_PATH in the environment.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index dd3996e..136ab33 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,22 @@ +Mon Feb 5 16:29:11 1996 Ian Lance Taylor <ian@cygnus.com> + + Support for building bfd and opcodes as shared libraries, based on + patches from Alan Modra <alan@spri.levels.unisa.edu.au>: + * configure.in: Set OPCODES and BFD to search directories. + Substitute OPCODES_DEP and BFDDEP. On SunOS, set HLDFLAGS. + * configure: Rebuild. + * Makefile.in (LDFLAGS, HLDFLAGS): New variables. + (LIBDEPS): New variable. + (as.new0: Depend upon $(LIBDEPS) rather than $(LIBS). Use + $(HLDFLAGS) in link. + (check): Set LD_LIBRARY_PATH in the environment. + +Fri Feb 2 17:41:53 1996 Michael Meissner <meissner@wogglebug.tiac.net> + + * config/tc-ppc.h (ELF_TC_SPECIAL_SECTIONS): Make .sdata2, .sbss2, + .PPC.EMB.sdata0, and .PPC.EMB.sbss0 sections all default to + read-only, not read/write. + Fri Feb 2 14:09:25 1996 Alan Modra <alan@spri.levels.unisa.edu.au> * Makefile.in (INSTALL_XFORM): Remove -e. |