2005-05-05 H.J. Lu <hongjiu.lu@intel.com>
* bfd-in2.h: Regenerated.
This commit is contained in:
parent
eac338cfd5
commit
b36b76cb10
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-05-05 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* bfd-in2.h: Regenerated.
|
||||
|
||||
2005-05-05 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
* config.bfd: Use bfd_elf32_i386_vxworks_vec for i?86-*-vxworks.
|
||||
|
|
|
@ -1554,8 +1554,14 @@ char *bfd_get_unique_section_name
|
|||
|
||||
asection *bfd_make_section_old_way (bfd *abfd, const char *name);
|
||||
|
||||
asection *bfd_make_section_anyway_with_flags
|
||||
(bfd *abfd, const char *name, flagword flags);
|
||||
|
||||
asection *bfd_make_section_anyway (bfd *abfd, const char *name);
|
||||
|
||||
asection *bfd_make_section_with_flags
|
||||
(bfd *, const char *name, flagword flags);
|
||||
|
||||
asection *bfd_make_section (bfd *, const char *name);
|
||||
|
||||
bfd_boolean bfd_set_section_flags
|
||||
|
|
Loading…
Reference in a new issue