aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorDavid MacKenzie <djm@cygnus>1993-07-12 19:34:04 +0000
committerDavid MacKenzie <djm@cygnus>1993-07-12 19:34:04 +0000
commitd723cd17d5f3e2db2f32bee905f0632fba4389cf (patch)
treecce2685fc61e3258c59075f532f2f9cccf8d25d2 /ld/ChangeLog
parentc463189d53ecb9e66bf07f587a22b482aecc3242 (diff)
downloadgdb-d723cd17d5f3e2db2f32bee905f0632fba4389cf.zip
gdb-d723cd17d5f3e2db2f32bee905f0632fba4389cf.tar.gz
gdb-d723cd17d5f3e2db2f32bee905f0632fba4389cf.tar.bz2
* ldlang.c (lang_process): Use sizeof instead of magic constant.
* ldmain.c (get_emulation, check_for_scripts_dir, set_scripts_dir): New functions. (main): Call them.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 4178568..7445fe3 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,11 @@
+Mon Jul 12 11:45:48 1993 David J. Mackenzie (djm@thepub.cygnus.com)
+
+ * ldlang.c (lang_process): Use sizeof instead of magic constant.
+
+ * ldmain.c (get_emulation, check_for_scripts_dir,
+ set_scripts_dir): New functions.
+ (main): Call them.
+
Mon Jul 12 10:57:03 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
* scripttempl/elf.sc: Include .init, .fini, .rodata sections.