mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-21 17:59:30 +08:00
re PR bootstrap/3388 (3.0 bootstrap failure, native sparc-sun-solaris2.5.1, fixinc/fixincl.c)
* fixinc/fixincl.c (initialize): Avoid problemsome macro parameter names (PR 3388). From-SVN: r47632
This commit is contained in:
parent
c3bb62b90a
commit
ffe8558410
@ -1,3 +1,8 @@
|
||||
2001-12-04 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* fixinc/fixincl.c (initialize): Avoid problemsome macro
|
||||
parameter names (PR 3388).
|
||||
|
||||
2001-12-05 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* config/rs6000/rs6000.c (rs6000_legitimize_address): Fix typo.
|
||||
|
@ -225,7 +225,7 @@ initialize ( argc, argv )
|
||||
#else
|
||||
"fixincl ERROR: %s environment variable not defined\n"
|
||||
"each of these must be defined:\n"
|
||||
# define _ENV_(v,m,n,t) "\t" n " - " t "\n"
|
||||
# define _ENV_(vv,mm,nn,tt) "\t" nn " - " tt "\n"
|
||||
ENV_TABLE
|
||||
# undef _ENV_
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user