diff options
author | David D. Zuhn <zoo@cygnus> | 1992-11-07 07:43:43 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1992-11-07 07:43:43 +0000 |
commit | 3c52e52d2ca80aa38655ea3dc5f4796d47e0c052 (patch) | |
tree | f73c1a7831171055b09cfdd2a6dc5181c2006b22 /ChangeLog | |
parent | 255d097913b5dc7d886e37b07333fcaab9127c43 (diff) | |
download | gdb-3c52e52d2ca80aa38655ea3dc5f4796d47e0c052.zip gdb-3c52e52d2ca80aa38655ea3dc5f4796d47e0c052.tar.gz gdb-3c52e52d2ca80aa38655ea3dc5f4796d47e0c052.tar.bz2 |
* config.sub: remove 'sparc'-->'sparc-sun' default transformation,
add 'sparc' to list of recognized cpus. This needed to make
'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) + * config.sub: remove 'sparc'-->'sparc-sun' default transformation, + add 'sparc' to list of recognized cpus. This needed to make + 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout' + + * configure.in: remove most references to gdbtest, regularize + target based program removal + * test-build.mk: import from p3 tree (many fixes and changes) Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com) |