aboutsummaryrefslogtreecommitdiff
path: root/bfd/libhppa.h
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/libhppa.h')
-rw-r--r--bfd/libhppa.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/bfd/libhppa.h b/bfd/libhppa.h
index 14c8899..f357fe5 100644
--- a/bfd/libhppa.h
+++ b/bfd/libhppa.h
@@ -54,6 +54,33 @@ enum hppa_reloc_field_selector_type
R_HPPA_RTSEL = 0xe
};
+/* /usr/include/reloc.h defines these to constants. We want to use
+ them in enums, so #undef them before we start using them. We might
+ be able to fix this another way by simply managing not to include
+ /usr/include/reloc.h, but currently GDB picks up these defines
+ somewhere. */
+#undef e_fsel
+#undef e_lssel
+#undef e_rssel
+#undef e_lsel
+#undef e_rsel
+#undef e_ldsel
+#undef e_rdsel
+#undef e_lrsel
+#undef e_rrsel
+#undef e_psel
+#undef e_lpsel
+#undef e_rpsel
+#undef e_tsel
+#undef e_ltsel
+#undef e_rtsel
+#undef e_one
+#undef e_two
+#undef e_pcrel
+#undef e_con
+#undef e_plabel
+#undef e_abs
+
/* for compatibility */
enum hppa_reloc_field_selector_type_alt
{