diff options
author | Nick Clifton <nickc@redhat.com> | 1999-11-06 14:05:24 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-11-06 14:05:24 +0000 |
commit | d6c497c760bf5401ceb36602a62dd33411c9488c (patch) | |
tree | 844832cb40be5e6b4a6a963af1d6df0f481a395d /gas/ChangeLog | |
parent | dd33dc0f45c3818a8fc8239ec1312b5c1830ab93 (diff) | |
download | gdb-d6c497c760bf5401ceb36602a62dd33411c9488c.zip gdb-d6c497c760bf5401ceb36602a62dd33411c9488c.tar.gz gdb-d6c497c760bf5401ceb36602a62dd33411c9488c.tar.bz2 |
Do not attempt to fixup relocs relative to weak symbols
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 94bfdb6..54a48bf 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +1999-11-06 Nick Clifton <nickc@cygnus.com> + + * config/tc-v850.c (v850_force_relocation): Force relocation + for weak symbols. + (v850_pcrel_from_selection): Do not compute a pcrel offset if + the symbol is weak. + 1999-11-05 Michael Meissner <meissner@cygnus.com> * expr.h (operatorT): Increase machine dependent operators to 16. |