* elf.c (bfd_elf_set_dyn_lib_class): Change second argument type

from int to enum dynamic_lib_link_class lib_class.
	* bfd-in.h (bfd_elf_set_dyn_lib_class): Likewise.
	* bfd-in2.h: Regenerate.
This commit is contained in:
Ben Elliston
2006-10-26 00:01:31 +00:00
parent 87d98ef318
commit 23fe95776c
4 changed files with 10 additions and 3 deletions

View File

@@ -693,7 +693,7 @@ extern void bfd_elf_set_dt_needed_name
extern const char *bfd_elf_get_dt_soname
(bfd *);
extern void bfd_elf_set_dyn_lib_class
(bfd *, int);
(bfd *, enum dynamic_lib_link_class);
extern int bfd_elf_get_dyn_lib_class
(bfd *);
extern struct bfd_link_needed_list *bfd_elf_get_runpath_list