aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2006-04-24 13:27:29 +0000
committerJoseph Myers <joseph@codesourcery.com>2006-04-24 13:27:29 +0000
commit8b2708c7410e840ce83d9cc0a5ab1db37c2273d6 (patch)
tree264ed59059c5f0341f3723682ba278865c44b69e
parentbf8ce014411b9a14606633a90264cc80b22096ff (diff)
* gcc/config/mips/linux64.h (DWARF_OFFSET_SIZE): Remove.
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/csl-gxxpro-3_4-branch@113222 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--ChangeLog.csl4
-rw-r--r--gcc/config/mips/linux64.h5
2 files changed, 4 insertions, 5 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index cc8d09ff24b..00b83ffccd6 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,7 @@
+2006-04-24 Joseph Myers <joseph@codesourcery.com>
+
+ * gcc/config/mips/linux64.h (DWARF_OFFSET_SIZE): Remove.
+
2006-04-03 Carlos O'Donell <carlos@codesourcery.com>
Backport:
diff --git a/gcc/config/mips/linux64.h b/gcc/config/mips/linux64.h
index f5184ed1d2e..46f4f577122 100644
--- a/gcc/config/mips/linux64.h
+++ b/gcc/config/mips/linux64.h
@@ -73,11 +73,6 @@ Boston, MA 02111-1307, USA. */
#define LOCAL_LABEL_PREFIX ((mips_abi == ABI_32 || mips_abi == ABI_O64) \
? "$" : ".")
-/* The size in bytes of a DWARF field indicating an offset or length
- relative to a debug info section, specified to be 4 bytes in the DWARF-2
- specification. The SGI/MIPS ABI defines it to be the same as PTR_SIZE. */
-#define DWARF_OFFSET_SIZE PTR_SIZE
-
/* GNU/Linux doesn't use the same floating-point format that IRIX uses
for long double. There's no need to override this here, since
ieee_quad_format is the default, but let's put this here to make