* serial.h (SERIAL_SET_TTY_STATE): Comment return value.
[deliverable/binutils-gdb.git] / gdb / dwarfread.c
index 1d8931a3009d652250b38cf78a163fd77e505bb3..956fb7e6d59828c762d8bd16f5bfc10a86559746 100644 (file)
@@ -1989,6 +1989,11 @@ process_dies (thisdie, enddie, objfile)
            {
              nextdie = thisdie + di.die_length;
            }
+#ifdef SMASH_TEXT_ADDRESS
+         /* I think that these are always text, not data, addresses.  */
+         SMASH_TEXT_ADDRESS (di.at_low_pc);
+         SMASH_TEXT_ADDRESS (di.at_high_pc);
+#endif
          switch (di.die_tag)
            {
            case TAG_compile_unit:
This page took 0.022678 seconds and 4 git commands to generate.