* i386/xm-djgpp.h (XREF_FILE_NAME): Add mising brace.
From-SVN: r33838
This commit is contained in:
parent
02359929a6
commit
2798f0d41f
@ -1,3 +1,7 @@
|
|||||||
|
2000-05-10 Laurynas Biveinis <lauras@softhome.net>
|
||||||
|
|
||||||
|
* i386/xm-djgpp.h (XREF_FILE_NAME): Add mising brace.
|
||||||
|
|
||||||
2000-05-10 Kazu Hirata <kazu@hxi.com>
|
2000-05-10 Kazu Hirata <kazu@hxi.com>
|
||||||
|
|
||||||
* combine.c (try_combine): Fix a typo.
|
* combine.c (try_combine): Fix a typo.
|
||||||
@ -9239,6 +9243,7 @@ Wed Feb 16 21:40:04 2000 Hans-Peter Nilsson <hp@bitrange.com>
|
|||||||
* longlong.h (__clz_tab): Declare as static to match definition.
|
* longlong.h (__clz_tab): Declare as static to match definition.
|
||||||
|
|
||||||
2000-02-16 Mark Elbrecht <snowball3@bigfoot.com>
|
2000-02-16 Mark Elbrecht <snowball3@bigfoot.com>
|
||||||
|
|
||||||
* i386/xm-djgpp.h (LIBSTDCXX): Delete. Moved to config/i386/djgpp.h.
|
* i386/xm-djgpp.h (LIBSTDCXX): Delete. Moved to config/i386/djgpp.h.
|
||||||
(XREF_FILE_NAME): Define.
|
(XREF_FILE_NAME): Define.
|
||||||
|
|
||||||
|
@ -52,5 +52,5 @@ Boston, MA 02111-1307, USA. */
|
|||||||
strcpy (t, xref_ext); \
|
strcpy (t, xref_ext); \
|
||||||
else \
|
else \
|
||||||
strcat (xref_file, xref_ext); \
|
strcat (xref_file, xref_ext); \
|
||||||
while (0)
|
} while (0)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user