diff options
author | Dave Brolley <brolley@redhat.com> | 2002-06-18 21:11:47 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2002-06-18 21:11:47 +0000 |
commit | 5c70f934cb63069aa7d67370d49ccf0e4dbda5b2 (patch) | |
tree | 730ad6e0181a7cf2586dda61034f2457214b5a28 /binutils/NEWS | |
parent | 4e5ba5b7eb03f3d40fd2b6c58cf9a6bc1dfa0632 (diff) | |
download | gdb-5c70f934cb63069aa7d67370d49ccf0e4dbda5b2.zip gdb-5c70f934cb63069aa7d67370d49ccf0e4dbda5b2.tar.gz gdb-5c70f934cb63069aa7d67370d49ccf0e4dbda5b2.tar.bz2 |
2002-06-18 Dave Brolley <brolley@redhat.com>
From Catherine Moore:
* readelf.c (elf/frv.h): #include it.
(guess_is_rela): Support EM_CYGNUS_FRV.
(dump_relocations): Ditto.
(get_machine_name): Ditto.
* Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index 0648e23..413a0cd 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,4 +1,6 @@ -*- text -*- +Support for the Fujitsu FRV architecture added by Red Hat. Models for FR400 and +FR500 included. Changes in version 2.12: |