diff options
author | Richard Earnshaw <rearnsha@arm.com> | 2006-01-05 15:06:09 +0000 |
---|---|---|
committer | Richard Earnshaw <rearnsha@gcc.gnu.org> | 2006-01-05 15:06:09 +0000 |
commit | ad0926324df676c7e296d3a3e40c775d5a2b5716 (patch) | |
tree | 154499d7bf47f5c6e9090354fb7f9c2d35a37c04 | |
parent | 3f519b3517efb1178aeec4be56d31c065f8d953f (diff) | |
download | gcc-ad0926324df676c7e296d3a3e40c775d5a2b5716.tar.gz |
re PR target/24998 (Build failure: undefined symbol __floatunsitf)
PR middle-end/24998
* arm/t-netbsd (LIB2FUNCS_EXTRA): Define.
From-SVN: r109380
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/arm/t-netbsd | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bae3c84f155..b97fb081f5c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-01-05 Richard Earnshaw <rearnsha@arm.com> + + PR middle-end/24998 + * arm/t-netbsd (LIB2FUNCS_EXTRA): Define. + 2006-01-05 Richard Guenther <rguenther@suse.de> Diego Novillo <dnovillo@redhat.com> diff --git a/gcc/config/arm/t-netbsd b/gcc/config/arm/t-netbsd index ef613902153..7d0724cc872 100644 --- a/gcc/config/arm/t-netbsd +++ b/gcc/config/arm/t-netbsd @@ -2,6 +2,7 @@ # difference. It is then pointless adding debugging. TARGET_LIBGCC2_CFLAGS = -fomit-frame-pointer -fpic LIBGCC2_DEBUG_CFLAGS = -g0 +LIB2FUNCS_EXTRA = $(srcdir)/config/floatunsidf.c $(srcdir)/config/floatunsisf.c # Build a shared libgcc library. SHLIB_EXT = .so |