diff options
author | Jeffrey A Law <law@cygnus.com> | 2000-03-30 02:19:19 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-03-29 19:19:19 -0700 |
commit | 1f73a8c953f3106e0e649b9438002c5f3a873c8e (patch) | |
tree | d3e5d79f96e51183879c30410336fc2d2c8c53ba /gcc | |
parent | ad242caf80cf4070897479c4cf6582f4a512eb9d (diff) | |
download | gcc-1f73a8c953f3106e0e649b9438002c5f3a873c8e.zip gcc-1f73a8c953f3106e0e649b9438002c5f3a873c8e.tar.gz gcc-1f73a8c953f3106e0e649b9438002c5f3a873c8e.tar.bz2 |
* i386/djgpp.h: Remove extraneous "+".
From-SVN: r32824
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/config/i386/djgpp.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8db409e..901a849 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -15,6 +15,8 @@ Wed Mar 29 15:44:53 2000 Jeffrey A Law (law@cygnus.com) + * i386/djgpp.h: Remove extraneous "+". + * stmt.c (stmt_loop_nest_empty): Fix thinko in last change. * calls.c (expand_call): Fix typo in last change. diff --git a/gcc/config/i386/djgpp.h b/gcc/config/i386/djgpp.h index f98a45b..23591c5 100644 --- a/gcc/config/i386/djgpp.h +++ b/gcc/config/i386/djgpp.h @@ -87,7 +87,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_SPEC #define CPP_SPEC "-remap %(cpp_cpu) %{posix:-D_POSIX_SOURCE} \ -imacros %s../include/sys/version.h" -+ + /* We need to override link_command_spec in gcc.c so support -Tdjgpp.djl. This cannot be done in LINK_SPECS as that LINK_SPECS is processed before library search directories are known by the linker. |