mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
2003-07-21 H.J. Lu <hongjiu.lu@intel.com>
* elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Mark output_bfd unused to silence gcc.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2003-07-21 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Mark
|
||||||
|
output_bfd unused to silence gcc.
|
||||||
|
|
||||||
2003-07-21 Nick Clifton <nickc@redhat.com>
|
2003-07-21 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* po/sv.po: Updated Swedish translation.
|
* po/sv.po: Updated Swedish translation.
|
||||||
|
@ -2760,7 +2760,7 @@ elfNN_ia64_adjust_dynamic_symbol (info, h)
|
|||||||
|
|
||||||
static bfd_boolean
|
static bfd_boolean
|
||||||
elfNN_ia64_size_dynamic_sections (output_bfd, info)
|
elfNN_ia64_size_dynamic_sections (output_bfd, info)
|
||||||
bfd *output_bfd;
|
bfd *output_bfd ATTRIBUTE_UNUSED;
|
||||||
struct bfd_link_info *info;
|
struct bfd_link_info *info;
|
||||||
{
|
{
|
||||||
struct elfNN_ia64_allocate_data data;
|
struct elfNN_ia64_allocate_data data;
|
||||||
|
Reference in New Issue
Block a user