diff options
author | Matt Thomas <matt@3am-software.com> | 2007-04-06 16:36:48 +0000 |
---|---|---|
committer | Matt Thomas <matt@3am-software.com> | 2007-04-06 16:36:48 +0000 |
commit | 6f7b6869f3d90e3b22a687ba09809580fa9f508a (patch) | |
tree | bde6447638ced7c61225c32b482f0684c3edefc2 /gas/ChangeLog | |
parent | da6bcfca9535fb9680fd738207da6c58e0e898bc (diff) | |
download | gdb-6f7b6869f3d90e3b22a687ba09809580fa9f508a.zip gdb-6f7b6869f3d90e3b22a687ba09809580fa9f508a.tar.gz gdb-6f7b6869f3d90e3b22a687ba09809580fa9f508a.tar.bz2 |
2007-04-06 Matt Thomas <matt@netbsd.org>
* config/tc-vax.c (vax_cons): Added to support %pcrel{8,16,32}(exp)
to emit pcrel relocations by DWARF2 in non-code sections. Borrowed
heavily from tc-sparc.c. (vax_cons_fix_new): Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 96abc6f..4c2e52c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2007-04-06 Matt Thomas <matt@netbsd.org> + + * config/tc-vax.c (vax_cons): Added to support %pcrel{8,16,32}(exp) + to emit pcrel relocations by DWARF2 in non-code sections. Borrowed + heavily from tc-sparc.c. (vax_cons_fix_new): Likewise. + 2007-04-04 Kazu Hirata <kazu@codesourcery.com> * config/tc-m68k.c (HAVE_LONG_BRANCH): Add fido_a. |