Microblaze: Add support for handling TLS symbol suffixes and generating
[deliverable/binutils-gdb.git] / bfd / ticoff.h
index 7002ed97b29731166735355b60c41c4582f9b83a..d34ca212b049fb651435c1fc4127bf4c34c8ada7 100644 (file)
@@ -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.
 
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -21,9 +21,8 @@
 #define        F_LSYMS         F_LSYMS_TICOFF
 
 static bfd_boolean
 #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;
 
 {
   struct internal_filehdr *internal_f = (struct internal_filehdr *) filehdr;
 
@@ -34,9 +33,8 @@ ticoff0_bad_format_hook (abfd, filehdr)
 }
 
 static bfd_boolean
 }
 
 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;
 
 {
   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 
 /* 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;
 {
   if (TICOFF_LOCAL_LABEL_P(name))
     return TRUE;
This page took 0.023888 seconds and 4 git commands to generate.