diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-01-12 21:34:11 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-01-12 21:34:11 +0000 |
commit | 25c6b869cf409f5a091690f0f2ed13b78884e205 (patch) | |
tree | 29ad5aeac3ccd4a8a9b391d0b7d4eec133bb54ca /patches/gcc | |
parent | 96ec8bee12a41a0ce26747f4eeed6b42cfc11144 (diff) | |
download | crosstool-ng-25c6b869cf409f5a091690f0f2ed13b78884e205.tar.gz crosstool-ng-25c6b869cf409f5a091690f0f2ed13b78884e205.tar.bz2 crosstool-ng-25c6b869cf409f5a091690f0f2ed13b78884e205.zip |
Fix a gcc-4.3.2 patch to correctly remove a file.
Initialy reported by Thomas Jourdan <tjourdan@neuf.fr>
/trunk/patches/gcc/4.3.2/220-noteGNUstack-01.patch | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Diffstat (limited to 'patches/gcc')
-rw-r--r-- | patches/gcc/4.3.2/220-noteGNUstack-01.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/gcc/4.3.2/220-noteGNUstack-01.patch b/patches/gcc/4.3.2/220-noteGNUstack-01.patch index a74e5e87..ef8e85d3 100644 --- a/patches/gcc/4.3.2/220-noteGNUstack-01.patch +++ b/patches/gcc/4.3.2/220-noteGNUstack-01.patch @@ -40,7 +40,7 @@ diff -durN gcc-4.3.1.orig/boehm-gc/ia64_save_regs_in_stack.S gcc-4.3.1/boehm-gc/ +#endif diff -durN gcc-4.3.1.orig/boehm-gc/ia64_save_regs_in_stack.s gcc-4.3.1/boehm-gc/ia64_save_regs_in_stack.s --- gcc-4.3.1.orig/boehm-gc/ia64_save_regs_in_stack.s 2001-10-15 06:57:59.000000000 +0200 -+++ gcc-4.3.1/boehm-gc/ia64_save_regs_in_stack.s 2008-06-10 14:58:21.000000000 +0200 ++++ gcc-4.3.1/boehm-gc/ia64_save_regs_in_stack.s 1970-01-01 02:00:00.000000000 +0200 @@ -1,12 +0,0 @@ - .text - .align 16 |