[PATCH] adds powerpc-*-freebsd? to mainline

David O'Brien obrien@FreeBSD.org
Sat Nov 3 04:27:00 GMT 2001


On Mon, Nov 12, 2001 at 04:38:40PM -0500, David Edelsohn wrote:
> 	Your patch changes uses of USING_SVR4_H to _USING_ELFOS_H, but
> config/elfos.h defines USING_ELFOS_H without the preceding underscore.

Opps, when I removed the non-PowerPC bits from the `cvs diff' output I
removed too much.

Index: elfos.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/elfos.h,v
retrieving revision 1.36
diff -u -r1.36 elfos.h
--- elfos.h	2001/11/11 05:56:38	1.36
+++ elfos.h	2001/11/12 21:53:27
@@ -24,8 +24,9 @@
 
 /* Define a symbol indicating that we are using elfos.h.
    Some CPU specific configuration files use this.  */
-#define USING_ELFOS_H
 
+#define _USING_ELFOS_H
+
 /* The prefix to add to user-visible assembler symbols.
 
    For ELF systems the convention is *not* to prepend a leading

This matches what was done in the 3.0 branch.


> 	Also, was this patch tested for PowerPC GNU/Linux target?

I don't have a Linux PowerPC machine.  I was really hoping someone with
one would give this patch a test drive.  Do we know of someone in
particular I should ping?

-- 
-- David  (obrien@FreeBSD.org)



More information about the Gcc-patches mailing list