Change inferior thread list to be a thread map
[deliverable/binutils-gdb.git] / gas / as.h
index 3c37519c1bf13874a0de7db120ee5348fd7eaf99..3d492d4eb1f6f03940b7b2097bcc4dd59a2293e5 100644 (file)
--- a/gas/as.h
+++ b/gas/as.h
@@ -649,4 +649,11 @@ COMMON int flag_sectname_subst;
  #error "Octets per byte conflicts with its power-of-two definition!"
 #endif
 
+#if defined OBJ_ELF || defined OBJ_MAYBE_ELF
+/* On ELF platforms, mark debug sections with SEC_ELF_OCTETS */
+#define SEC_OCTETS (IS_ELF ? SEC_ELF_OCTETS : 0)
+#else
+#define SEC_OCTETS 0
+#endif
+
 #endif /* GAS */
This page took 0.024868 seconds and 4 git commands to generate.