mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
2005-05-05 H.J. Lu <hongjiu.lu@intel.com>
* bfd-in2.h: Regenerated.
This commit is contained in:
@ -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>
|
2005-05-05 Paul Brook <paul@codesourcery.com>
|
||||||
|
|
||||||
* config.bfd: Use bfd_elf32_i386_vxworks_vec for i?86-*-vxworks.
|
* 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_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_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);
|
asection *bfd_make_section (bfd *, const char *name);
|
||||||
|
|
||||||
bfd_boolean bfd_set_section_flags
|
bfd_boolean bfd_set_section_flags
|
||||||
|
Reference in New Issue
Block a user