1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Update to the 20111105 snapshot of GCC 4.7.0. This allows us to remove

a hack of mine for libgcc on ia64.

Feature safe:	yes
This commit is contained in:
Gerald Pfeifer 2011-11-10 11:42:21 +00:00
parent 6dde28b5d6
commit 802d7301dd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285442
6 changed files with 6 additions and 44 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= gcc
PORTVERSION= 4.7.0.20111029
PORTVERSION= 4.7.0.20111105
CATEGORIES= lang java
MASTER_SITES= ${MASTER_SITE_GCC}
MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING}

View File

@ -1,2 +1,2 @@
SHA256 (gcc-4.7-20111029.tar.bz2) = 5a2e57f5a72630ee4d36c5a219f2a1dc0e65e55d3d2dffb655809c017894e128
SIZE (gcc-4.7-20111029.tar.bz2) = 76258947
SHA256 (gcc-4.7-20111105.tar.bz2) = 59696e267462d2bc6f9830e10e54c6316721a874bf6a0aa1dad4522592f025da
SIZE (gcc-4.7-20111105.tar.bz2) = 76281173

View File

@ -1,19 +0,0 @@
2011-09-23 Gerald Pfeifer <gerald@pfeifer.com>
PR target/45650
* config/ia64/unwind-ia64.h: Do not mark _Unwind_FindTableEntry
hidden on FreeBSD.
Index: unwind-ia64.h
===================================================================
--- libgcc/config/ia64/unwind-ia64.h (revision 179093)
+++ libgcc/config/ia64/unwind-ia64.h (working copy)
@@ -40,4 +40,7 @@
extern struct unw_table_entry *
_Unwind_FindTableEntry (void *pc, unsigned long *segment_base,
unsigned long *gp, struct unw_table_entry *ent)
- __attribute__ ((__visibility__ ("hidden")));
+#ifndef __FreeBSD__
+ __attribute__ ((__visibility__ ("hidden")))
+#endif
+ ;

View File

@ -7,7 +7,7 @@
#
PORTNAME= gcc
PORTVERSION= 4.7.0.20111029
PORTVERSION= 4.7.0.20111105
CATEGORIES= lang java
MASTER_SITES= ${MASTER_SITE_GCC}
MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING}

View File

@ -1,2 +1,2 @@
SHA256 (gcc-4.7-20111029.tar.bz2) = 5a2e57f5a72630ee4d36c5a219f2a1dc0e65e55d3d2dffb655809c017894e128
SIZE (gcc-4.7-20111029.tar.bz2) = 76258947
SHA256 (gcc-4.7-20111105.tar.bz2) = 59696e267462d2bc6f9830e10e54c6316721a874bf6a0aa1dad4522592f025da
SIZE (gcc-4.7-20111105.tar.bz2) = 76281173

View File

@ -1,19 +0,0 @@
2011-09-23 Gerald Pfeifer <gerald@pfeifer.com>
PR target/45650
* config/ia64/unwind-ia64.h: Do not mark _Unwind_FindTableEntry
hidden on FreeBSD.
Index: unwind-ia64.h
===================================================================
--- libgcc/config/ia64/unwind-ia64.h (revision 179093)
+++ libgcc/config/ia64/unwind-ia64.h (working copy)
@@ -40,4 +40,7 @@
extern struct unw_table_entry *
_Unwind_FindTableEntry (void *pc, unsigned long *segment_base,
unsigned long *gp, struct unw_table_entry *ent)
- __attribute__ ((__visibility__ ("hidden")));
+#ifndef __FreeBSD__
+ __attribute__ ((__visibility__ ("hidden")))
+#endif
+ ;