diff options
author | Nick Clifton <nickc@redhat.com> | 2001-04-27 13:34:20 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-04-27 13:34:20 +0000 |
commit | 87e6d782173c2d21d5f7ee1510a3b4f27a1fe68e (patch) | |
tree | 8b4c5fabd948d60ca0320dcbf43fcc5b60dc4d7a /binutils | |
parent | 015a42b4cf96cadcb996b6474ab61eca781fdde6 (diff) | |
download | gdb-87e6d782173c2d21d5f7ee1510a3b4f27a1fe68e.zip gdb-87e6d782173c2d21d5f7ee1510a3b4f27a1fe68e.tar.gz gdb-87e6d782173c2d21d5f7ee1510a3b4f27a1fe68e.tar.bz2 |
Add openRISC support in opcodes
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/NEWS | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 3a000b9..49d5064 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2001-04-27 Johan Rydberg <jrydberg@opencores.org> + + * NEWS: Announce support for OpenRISC. + 2001-04-17 Danny Smith <dannysmith@users.sourceforge.net> * dlltool.c (do_default_excludes): Initialise to true. diff --git a/binutils/NEWS b/binutils/NEWS index e14fe5c..42a2b45 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,7 @@ -*- text -*- +* Support for OpenRISC by Johan Rydberg. + * New command line switch to objcopy -B (or --binary-architecture) which sets the archiceture of the output file to the given argument. This option only makes sense, if the input target is binary. Otherwise it is ignored. |