This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Fix darwin
- From: Nathan Sidwell <nathan at codesourcery dot com>
- To: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Cc: geoffk at geoffk dot org
- Date: Tue, 17 May 2005 17:49:30 +0100
- Subject: Fix darwin
for some unknown reason this obvious change to darwin's unwinding
file was missing, and causes darwin bootstrap to fail.
I've installed it after making sure darwin proceeds.
nathan
--
Nathan Sidwell :: http://www.codesourcery.com :: CodeSourcery LLC
nathan@codesourcery.com :: http://www.planetfall.pwp.blueyonder.co.uk
2005-05-17 Nathan Sidwell <nathan@codesourcery.com>
* unwind-dw2-fde-darwin.c: Include tsystem.h.
Index: unwind-dw2-fde-darwin.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/unwind-dw2-fde-darwin.c,v
retrieving revision 1.9
diff -c -3 -p -r1.9 unwind-dw2-fde-darwin.c
*** unwind-dw2-fde-darwin.c 18 Jan 2005 11:36:31 -0000 1.9
--- unwind-dw2-fde-darwin.c 17 May 2005 16:42:08 -0000
***************
*** 27,32 ****
--- 27,33 ----
/* Locate the FDE entry for a given address, using Darwin's keymgr support. */
#include "tconfig.h"
+ #include "tsystem.h"
#include <string.h>
#include <stdlib.h>
#include "dwarf2.h"