X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fticoff.h;h=d34ca212b049fb651435c1fc4127bf4c34c8ada7;hb=69b06cc85f4c884ae68fe35404cdfbcd188f69b9;hp=7002ed97b29731166735355b60c41c4582f9b83a;hpb=881838692219f34d1d34f0b916a5d982aab58040;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/ticoff.h b/bfd/ticoff.h index 7002ed97b2..d34ca212b0 100644 --- a/bfd/ticoff.h +++ b/bfd/ticoff.h @@ -1,4 +1,4 @@ -/* Copyright 2002, 2007, 2009 Free Software Foundation, Inc. +/* Copyright 2002, 2005, 2007, 2009 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -21,9 +21,8 @@ #define F_LSYMS F_LSYMS_TICOFF static bfd_boolean -ticoff0_bad_format_hook (abfd, filehdr) - bfd *abfd; - PTR filehdr; +ticoff0_bad_format_hook (bfd * abfd, + void * filehdr) { struct internal_filehdr *internal_f = (struct internal_filehdr *) filehdr; @@ -34,9 +33,8 @@ ticoff0_bad_format_hook (abfd, filehdr) } static bfd_boolean -ticoff1_bad_format_hook (abfd, filehdr) - bfd *abfd ATTRIBUTE_UNUSED; - PTR filehdr; +ticoff1_bad_format_hook (bfd * abfd ATTRIBUTE_UNUSED, + void * filehdr) { struct internal_filehdr *internal_f = (struct internal_filehdr *) filehdr; @@ -49,9 +47,8 @@ ticoff1_bad_format_hook (abfd, filehdr) /* Replace the stock _bfd_coff_is_local_label_name to recognize TI COFF local labels. */ static bfd_boolean -ticoff_bfd_is_local_label_name (abfd, name) - bfd *abfd ATTRIBUTE_UNUSED; - const char *name; +ticoff_bfd_is_local_label_name (bfd *abfd ATTRIBUTE_UNUSED, + const char *name) { if (TICOFF_LOCAL_LABEL_P(name)) return TRUE;