diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2002-10-06 18:21:40 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2002-10-06 18:21:40 +0000 |
commit | 0c7b82aff601b43c4596fba3a164808c43b9e052 (patch) | |
tree | ab83cd9c9326713109e8639809e03f850aeaf210 /devel/avr-gcc/files/patch-ad | |
parent | upgrade to 10.9 (diff) |
Update to a recent snapshot. Among others, this fixes an issue with
the generation of code that fed up recent versions of gas. The
pseudo-symbol _PC_ is now completely eliminated from the generated
code, and replaced by the location counter `.'.
Notes
Notes:
svn path=/head/; revision=67493
Diffstat (limited to 'devel/avr-gcc/files/patch-ad')
-rw-r--r-- | devel/avr-gcc/files/patch-ad | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/avr-gcc/files/patch-ad b/devel/avr-gcc/files/patch-ad deleted file mode 100644 index 52f922b28531..000000000000 --- a/devel/avr-gcc/files/patch-ad +++ /dev/null @@ -1,12 +0,0 @@ ---- gcc/cp/Make-lang.in.orig Tue Jun 4 09:09:54 2002 -+++ gcc/cp/Make-lang.in Mon Jun 17 23:16:10 2002 -@@ -50,7 +50,8 @@ - DEMANGLER_CROSS_NAME = `echo c++filt|sed '$(program_transform_cross_name)'` - - # The name to use for the demangler program. --DEMANGLER_PROG = c++filt$(exeext) -+#DEMANGLER_PROG = c++filt$(exeext) -+DEMANGLER_PROG = - - # - # Define the names for selecting c++ in LANGUAGES. |