diff options
author | Jan Hubicka <jh@suse.cz> | 2000-12-11 13:49:46 +0000 |
---|---|---|
committer | Jan Hubicka <jh@suse.cz> | 2000-12-11 13:49:46 +0000 |
commit | b8355149f824e4100852565efbe121f01800c664 (patch) | |
tree | f88fcc5e500e0f86c1516a62d55951bfc2d61528 /ld | |
parent | 0d277f51d0aae02edc7226fe9cd91ab0a6c67470 (diff) | |
download | gdb-b8355149f824e4100852565efbe121f01800c664.zip gdb-b8355149f824e4100852565efbe121f01800c664.tar.gz gdb-b8355149f824e4100852565efbe121f01800c664.tar.bz2 |
* NEWS: Add note about x86_64 architecture.
* MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/NEWS | 2 |
2 files changed, 6 insertions, 0 deletions
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 |