aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-10-11 11:54:33 +0000
committerJohn Gilmore <gnu@cygnus>1991-10-11 11:54:33 +0000
commit1f8fc34f255e853e6e28fc7771b2589745c196c5 (patch)
tree22f5aaa820ba63c4487aa9788c7c677edfb9c159
parent4ee8b8e5e3ba715e8fafccc6cbac4df558a591a6 (diff)
downloadgdb-1f8fc34f255e853e6e28fc7771b2589745c196c5.zip
gdb-1f8fc34f255e853e6e28fc7771b2589745c196c5.tar.gz
gdb-1f8fc34f255e853e6e28fc7771b2589745c196c5.tar.bz2
Restructure configuration scheme for bfd, binutils, ld.
-rw-r--r--ld/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 4ad447c..608a437 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,28 @@
+Fri Oct 11 04:24:45 1991 John Gilmore (gnu at cygnus.com)
+
+ Restructure configuration scheme for bfd, binutils, ld.
+
+ * include/sys/h-*.h: Move to bfd/hosts/h-*.h.
+ * configure.in: Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
+ Change some config names to match other dirs.
+ * *.c: Include bfd.h before sysdep.h, so ansidecl and PROTO()
+ get defined first.
+ * config/: Rename some config files to match up h-*.h names.
+ Remove all the HOST_SYS definitions from the config files.
+
+Tue Oct 8 16:00:57 1991 Per Bothner (bothner at cygnus.com)
+
+ * ldexp.h, ldlang.h: Change enum boolean -> enum bfd_boolean.
+ * ldtemplate: Remove ldfile_add_library_path calls;
+ just use the SEARCH_DIR commands in the script files.
+ * Makefile.in: Add LIB_PATH macro, which if set is used to replace
+ the SEARCH_DIR commands in the scripts (using ugly sed magic).
+ This is primarily intended for cross-linking, where you would
+ place libaries in a different place than native libraries.
+ Also, emulations made from ldtemplate now use $(srcdir).
+ * ldglda29k.sc: Change SEARCH_DIR commands to a conventional
+ form; people can use the Makefile's LIB_PATH to override.
+
Tue Oct 8 14:51:21 1991 Roland H. Pesch (pesch at cygnus.com)
* Makefile.in: fix target ld.dvi, add target ld.info