diff options
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/MAINTAINERS | 2 | ||||
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/NEWS | 2 |
4 files changed, 12 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 7449b84..b8cb43e 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +Mon Dec 11 14:30:21 MET 2000 Jan Hubicka <jh@suse.cz> + + * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer. + 2000-12-07 Andrew Haley <aph@redhat.com> * readelf.c (display_debug_frames): Only display columns that are diff --git a/binutils/MAINTAINERS b/binutils/MAINTAINERS index 95c2096..831c5ce 100644 --- a/binutils/MAINTAINERS +++ b/binutils/MAINTAINERS @@ -47,6 +47,8 @@ SH Hans-Peter Nilsson <hp@bitrange.com> SPARC Jakub Jelinek <jakub@redhat.com> 68HC11 68HC12 Stephane Carrez <Stephane.Carrez@worldnet.fr> DWARF2 Jason Merrill <jason@redhat.com> +x86_64 Jan Hubicka <jh@suse.cz> +x86_64 Andreas Jaeger <aj@suse.de> --------- CGEN Maintainers ------------- diff --git a/ld/ChangeLog b/ld/ChangeLog index d09924c..8c5dd77 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +Mon Dec 11 14:50:33 MET 2000 Jan Hubicka <jh@suse.cz> + + * NEWS: Add note about x86_64 architecture. + 2000-12-06 Mark Elbrecht <snowball3@bigfoot.com> * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end. @@ -1,5 +1,7 @@ -*- text -*- +* Support for AMD x86-64 architecture, by Jan Hubicka, SuSE Labs. + * Support added for eliminating duplicate DWARF2 debug information by having the compiler generate the information in sections called .gnu.linkonce.wi.XXXX where XXXX is a checksum for the contents. The |