Reflect the new scheme
This commit is contained in:
parent
6d56c69a47
commit
1484208fc1
1 changed files with 2 additions and 28 deletions
|
@ -317,36 +317,9 @@ extern CONST short _bfd_host_big_endian;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*THE FOLLOWING IS EXTRACTED FROM THE SOURCE */
|
/* ANd more from the source */
|
||||||
|
|
||||||
|
|
||||||
/*:init.c*/
|
|
||||||
|
|
||||||
/*:opncls.c*/
|
|
||||||
|
|
||||||
|
|
||||||
/*:libbfd.c*/
|
|
||||||
|
|
||||||
/*:section.c*/
|
|
||||||
|
|
||||||
|
|
||||||
/*:archures.c*/
|
|
||||||
|
|
||||||
/*:reloc.c*/
|
|
||||||
|
|
||||||
/*:syms.c*/
|
|
||||||
|
|
||||||
/*:bfd.c*/
|
|
||||||
|
|
||||||
/*:archive.c*/
|
|
||||||
|
|
||||||
/*:core.c*/
|
|
||||||
|
|
||||||
/*:targets.c*/
|
|
||||||
|
|
||||||
/*:format.c*/
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -892,3 +865,4 @@ CONST char **EXFUN(bfd_target_list, ());
|
||||||
boolean EXFUN(bfd_check_format, (bfd *abfd, bfd_format format));
|
boolean EXFUN(bfd_check_format, (bfd *abfd, bfd_format format));
|
||||||
boolean EXFUN(bfd_set_format, (bfd *, bfd_format));
|
boolean EXFUN(bfd_set_format, (bfd *, bfd_format));
|
||||||
CONST char *EXFUN(bfd_format_string, (bfd_format));
|
CONST char *EXFUN(bfd_format_string, (bfd_format));
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue