projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a72747a
)
Define 'elf_backend_got_header_size' and 'elf_backend_plt_header_size'.
author
Nick Clifton
<nickc@redhat.com>
Wed, 30 Jun 1999 02:30:04 +0000
(
02:30
+0000)
committer
Nick Clifton
<nickc@redhat.com>
Wed, 30 Jun 1999 02:30:04 +0000
(
02:30
+0000)
bfd/ChangeLog
patch
|
blob
|
history
bfd/elf32-arm.h
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index a9db3632534bfa786dd37fd4461a42c64c4faa60..9bb3cee970ed04a585ef58a989b0c6fd56634e23 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,8
@@
+1999-06-04 Philip Blundell <philb@gnu.org>
+
+ * elf32-arm.h (elf_backend_got_header_size): Define.
+ (elf_backend_plt_header_size): Likewise.
+
1999-06-28 Jim Pick <jim@jimpick.com>
* elf32-arm.h (elf32_arm_relocate_section): Mind no_undefined
diff --git
a/bfd/elf32-arm.h
b/bfd/elf32-arm.h
index ec00b2652a9224144dbc4ced49e0f85dcb44a44b..b0de6114cf22aef92b9b0204ad20054f5a92b19b 100644
(file)
--- a/
bfd/elf32-arm.h
+++ b/
bfd/elf32-arm.h
@@
-3149,4
+3149,7
@@
elf32_arm_post_process_headers (abfd, link_info)
#define elf_backend_want_got_plt 1
#define elf_backend_want_plt_sym 0
+#define elf_backend_got_header_size 12
+#define elf_backend_plt_header_size PLT_ENTRY_SIZE
+
#include "elf32-target.h"