aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in2.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2001-08-17 15:56:58 +0000
committerAlan Modra <amodra@gmail.com>2001-08-17 15:56:58 +0000
commitc0846b239705bd8528996e60dbabe16344410b2d (patch)
treebed0bc58acf06b0b7b138e3254d068c1858a79c6 /bfd/bfd-in2.h
parent563e308f244b1d6adb9d012a3e11d458400b3ff2 (diff)
downloadfsf-binutils-gdb-c0846b239705bd8528996e60dbabe16344410b2d.zip
fsf-binutils-gdb-c0846b239705bd8528996e60dbabe16344410b2d.tar.gz
fsf-binutils-gdb-c0846b239705bd8528996e60dbabe16344410b2d.tar.bz2
* bfd.c (bfd_get_gp_size): Return an unsigned int.
(bfd_set_gp_size): Make param unsigned. * bfd-in2.h: Regenerate. * elf32-ppc.c (ppc_elf_add_symbol_hook): Use elf_gp_size rather than calling bfd_get_gp_size. * elf64-alpha.c (elf64_alpha_add_symbol_hook): Likewise. * elfxx-ia64.c (elfNN_ia64_add_symbol_hook): Likewise.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r--bfd/bfd-in2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index 37dae3d..67881f2 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -3202,11 +3202,11 @@ bfd_get_mtime PARAMS ((bfd *abfd));
long
bfd_get_size PARAMS ((bfd *abfd));
-int
+unsigned int
bfd_get_gp_size PARAMS ((bfd *abfd));
void
-bfd_set_gp_size PARAMS ((bfd *abfd, int i));
+bfd_set_gp_size PARAMS ((bfd *abfd, unsigned int i));
bfd_vma
bfd_scan_vma PARAMS ((const char *string, const char **end, int base));