diff options
author | Michael Meissner <gnu@the-meissners.org> | 1996-08-19 15:31:29 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1996-08-19 15:31:29 +0000 |
commit | 9099ec8fb4c0b45cbaafc4043d05e7369bbeed0e (patch) | |
tree | 5887115af9c06fdde69ee9fbc56e554d626b96e3 /ld | |
parent | e1fcafd594dfb2806bddcccb807be405e7a2135f (diff) | |
download | gdb-9099ec8fb4c0b45cbaafc4043d05e7369bbeed0e.zip gdb-9099ec8fb4c0b45cbaafc4043d05e7369bbeed0e.tar.gz gdb-9099ec8fb4c0b45cbaafc4043d05e7369bbeed0e.tar.bz2 |
Undo 8/16 change; explictly set MACHINE= for d10v
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 040afab..fb08217 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,22 @@ +Mon Aug 19 11:28:29 1996 Michael Meissner <meissner@tiktok.cygnus.com> + + * genscripts.sh: Undo 8/16 change. + +start-sanitize-d10v + * emulparams/d10velf.sh (MACHINE): Explicitly set to nothing. +end-sanitize-d10v + +Fri Aug 16 19:18:08 1996 Michael Meissner <meissner@tiktok.cygnus.com> + + * genscripts.sh: Explicitly reset any shell variables set or used + by the various .sc scripts to allow inadvertant use of these + names as normal environment variables by the person running + configure. + +start-sanitize-d10v + * Makefile.in (ed10velf.c): Use tdir_d10v, not tdir_arcelf. +end-sanitize-d10v + Fri Aug 16 14:15:41 1996 James G. Smith <jsmith@cygnus.co.uk> * scripttempl/armcoff.sc (__bss_start__, __bss_end__, |