diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2002-09-30 06:32:00 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2002-09-30 06:32:00 +0000 |
commit | 7a49a8c2b494a6e398ab861ba31564d0bd854f68 (patch) | |
tree | 9d08f7211ad7462b48118d363114f7c2fae7f337 /gas/ChangeLog | |
parent | b1e61c4bf31b56dd042a06297d01799cb5f4ae37 (diff) | |
download | gdb-7a49a8c2b494a6e398ab861ba31564d0bd854f68.zip gdb-7a49a8c2b494a6e398ab861ba31564d0bd854f68.tar.gz gdb-7a49a8c2b494a6e398ab861ba31564d0bd854f68.tar.bz2 |
2002-09-29 H.J. Lu <hjl@gnu.org>
* config/tc-mips.c (md_apply_fix3): Subtract the symbol value
twice if howto->pcrel_offset is true.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index cf754ab..13ed1e8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2002-09-29 H.J. Lu <hjl@gnu.org> + + * config/tc-mips.c (md_apply_fix3): Subtract the symbol value + twice if howto->pcrel_offset is true. + 2002-09-28 Matt Thomas <matt@3am-software.com> Jason Thorpe <thorpej@wasabisystems.com> |