Define 'elf_backend_got_header_size' and 'elf_backend_plt_header_size'.

This commit is contained in:
Nick Clifton 1999-06-30 02:30:04 +00:00
parent a72747a354
commit 04f7c78d64
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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"