Ran "indent", for GNU coding style; some code & comments still need fixup.
[deliverable/binutils-gdb.git] / gas / config / tc-a29k.h
index 80a4a1a706e4b05f16858d3973bc9f8b240e378a..0cdaf95392f813b302c3dbf55f018bf6727e1e46 100644 (file)
@@ -19,16 +19,16 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define TC_A29K
 
-#define tc_headers_hook(a)             ; /* not used */
-#define tc_headers_hook(a)             ; /* not used */
-#define tc_crawl_symbol_chain(a)       ; /* not used */
-#define tc_coff_symbol_emit_hook(a)    ; /* not used */
+#define tc_headers_hook(a)             ;       /* not used */
+#define tc_headers_hook(a)             ;       /* not used */
+#define tc_crawl_symbol_chain(a)       ;       /* not used */
+#define tc_coff_symbol_emit_hook(a)    ;       /* not used */
 
 #define AOUT_MACHTYPE 101
 #define TC_COFF_FIX2RTYPE(fix_ptr) tc_coff_fix2rtype(fix_ptr)
 #define BFD_ARCH bfd_arch_a29k
 #define COFF_MAGIC SIPFBOMAGIC
-/* Should the reloc be output ? 
+/* Should the reloc be output ?
        on the 29k, this is true only if there is a symbol attatched.
        on the h8, this is allways true, since no fixup is done
 */
@@ -37,4 +37,3 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define COFF_FLAGS F_AR32W
 #define reloc_type int
-
This page took 0.024179 seconds and 4 git commands to generate.