diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-10-04 23:54:38 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-10-04 23:54:38 +0000 |
commit | f7747728204a312498429c0279df0fa81703eaae (patch) | |
tree | f0f593f2e0a946e2d96680db1b0b63b5df5f71d0 /libmudflap/ChangeLog | |
parent | a840dd14bb69555e7c476de26040090187a013d3 (diff) | |
download | gcc-f7747728204a312498429c0279df0fa81703eaae.tar.gz |
This avoids small data/gp reloc overflow errors.
* configure.ac (mudflap_cv_entry_point): Use quadrigraphs to declare
$name as array of characters with unknown bound. Also store into the
array.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104964 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libmudflap/ChangeLog')
-rw-r--r-- | libmudflap/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libmudflap/ChangeLog b/libmudflap/ChangeLog index e125f01b159..306342adddc 100644 --- a/libmudflap/ChangeLog +++ b/libmudflap/ChangeLog @@ -1,3 +1,10 @@ +2005-10-04 James E Wilson <wilson@specifix.com> + + * configure.ac (mudflap_cv_entry_point): Use quadrigraphs to declare + $name as array of characters with unknown bound. Also store into the + array. + * configure: Regenerate. + 2005-09-30 James E. Wilson <wilson@specifix.com> * configure.ac (pthread.h): Use AC_CHECK_HEADERS instead of |