This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[Patch] Another wimpy patch


One of these days, I'll do something earth shattering.  Until then,
this patch eliminates an unused parameter warning from GCC.  I'm not
sure if you consider ATTRIBUTE_UNUSED to be good style (I don't), but
it is used elsewhere in this file.

Ben


2000-11-26  Ben Elliston  <bje@redhat.com>

	* elf32-m32r (m32r_elf_generic_reloc): Mark error_message
	parameter as unused.

*** elf32-m32r.c	2000/04/28 13:37:30	1.32
--- elf32-m32r.c	2000/11/25 14:39:13
***************
*** 578,584 ****
       PTR data;
       asection *input_section;
       bfd *output_bfd;
!      char **error_message;
  {
    bfd_reloc_status_type ret;
    bfd_vma relocation;
--- 578,584 ----
       PTR data;
       asection *input_section;
       bfd *output_bfd;
!      char **error_message ATTRIBUTE_UNUSED;
  {
    bfd_reloc_status_type ret;
    bfd_vma relocation;

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]