Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Dec 2006 11:55:28 +1300 (NZDT)
From:      Andrew Turner <andrew+ports@fubar.geek.nz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        andrew@fubar.geek.nz
Subject:   ports/106844: Update devel/m6811-binutils for GCC 4.1
Message-ID:  <20061217225528.CB60B612E@serv.int.fubar.geek.nz>
Resent-Message-ID: <200612172300.kBHN0bnu017291@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         106844
>Category:       ports
>Synopsis:       Update devel/m6811-binutils for GCC 4.1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 17 23:00:31 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Andrew Turner
>Release:        FreeBSD 5.5-RC1 i386
>Organization:
>Environment:
System: FreeBSD serv.int.fubar.geek.nz 5.5-RC1 FreeBSD 5.5-RC1 #0: Mon May 15 14:09:18 NZST 2006 root@serv.int.fubar.geek.nz:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	The attached patch is to be placed in devel/m6811-binutils/files to make it build with GCC 4.1
	
>How-To-Repeat:
	
>Fix:

	

--- patch-gas-as.h begins here ---
--- gas/as.h.orig	Sun Nov 23 15:14:21 2003
+++ gas/as.h	Mon Dec 18 11:25:54 2006
@@ -622,9 +622,6 @@
 
 #include "expr.h"		/* Before targ-*.h */
 
-/* this one starts the chain of target dependant headers */
-#include "targ-env.h"
-
 #ifdef OBJ_MAYBE_ELF
 #define IS_ELF (OUTPUT_FLAVOR == bfd_target_elf_flavour)
 #else
@@ -639,10 +636,14 @@
 #include "frags.h"
 #include "hash.h"
 #include "read.h"
-#include "symbols.h"
 
 #include "tc.h"
 #include "obj.h"
+
+/* this one starts the chain of target dependant headers */
+#include "targ-env.h"
+
+#include "symbols.h"
 
 #ifdef USE_EMULATIONS
 #include "emul.h"
--- patch-gas-as.h ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061217225528.CB60B612E>