Touches most files in bfd/, so likely will be blamed for everything..
[deliverable/binutils-gdb.git] / bfd / coff-tic30.c
index 67b227554178842c0dd54c84698076bf1f8eb85b..a3bbc4c8d23be377da718c59d583d62011f6538e 100644 (file)
@@ -98,8 +98,8 @@ coff_tic30_select_reloc (howto)
 #define __A_MAGIC_SET__
 
 /* Code to swap in the reloc */
-#define SWAP_IN_RELOC_OFFSET  bfd_h_get_32
-#define SWAP_OUT_RELOC_OFFSET bfd_h_put_32
+#define SWAP_IN_RELOC_OFFSET  H_GET_32
+#define SWAP_OUT_RELOC_OFFSET H_PUT_32
 #define SWAP_OUT_RELOC_EXTRA(abfd, src, dst) dst->r_stuff[0] = 'S'; \
 dst->r_stuff[1] = 'C';
 
This page took 0.025407 seconds and 4 git commands to generate.