diff options
author | Nick Clifton <nickc@redhat.com> | 2001-08-09 09:00:58 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-08-09 09:00:58 +0000 |
commit | 1c26dc27b503cc897a679b32db4bca573183f38a (patch) | |
tree | e952a824ce7ad39a31ac5efd5c6386697023a880 /bfd/ChangeLog | |
parent | e7e9b069361c646b807af955a8a074dff5aed808 (diff) | |
download | gdb-1c26dc27b503cc897a679b32db4bca573183f38a.zip gdb-1c26dc27b503cc897a679b32db4bca573183f38a.tar.gz gdb-1c26dc27b503cc897a679b32db4bca573183f38a.tar.bz2 |
Change 'partial_inplace' to true (this target uses REL relocations) and
'pcrel_offset' to false (the PC is implied, not stored in the offset).
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c487e46..cd3cdcc 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2001-08-09 Nick Clifton <nickc@cambridge.redhat.com> + + * elf32-arc.c (R_ARC_B22_PCREL): Change 'partial_inplace' to + true (this target uses REL relocations) and 'pcrel_offset' to + false (the PC is implied, not stored in the offset). + 2001-08-08 Alan Modra <amodra@bigpond.net.au> 1999-10-19 Linus Nordberg <linus@swox.se> |