1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

Update to the 20111001 snapshot of GCC 4.7.0.

This commit is contained in:
Gerald Pfeifer 2011-10-02 15:20:08 +00:00
parent e2dd1a42db
commit b7461ea7ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282797
6 changed files with 44 additions and 6 deletions

View File

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

View File

@ -1,2 +1,2 @@
SHA256 (gcc-4.7-20110924.tar.bz2) = fd917703116fd8ff883add1e28df9ddce217a370a5e47f51b702768e2620866d
SIZE (gcc-4.7-20110924.tar.bz2) = 73239725
SHA256 (gcc-4.7-20111001.tar.bz2) = 38762b22b9440931380cd80826617799be0e6a54621c94d67e5c9ddf590818ae
SIZE (gcc-4.7-20111001.tar.bz2) = 75835286

View File

@ -0,0 +1,19 @@
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.20110924
PORTVERSION= 4.7.0.20111001
CATEGORIES= lang java
MASTER_SITES= ${MASTER_SITE_GCC}
MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING}

View File

@ -1,2 +1,2 @@
SHA256 (gcc-4.7-20110924.tar.bz2) = fd917703116fd8ff883add1e28df9ddce217a370a5e47f51b702768e2620866d
SIZE (gcc-4.7-20110924.tar.bz2) = 73239725
SHA256 (gcc-4.7-20111001.tar.bz2) = 38762b22b9440931380cd80826617799be0e6a54621c94d67e5c9ddf590818ae
SIZE (gcc-4.7-20111001.tar.bz2) = 75835286

View File

@ -0,0 +1,19 @@
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
+ ;