Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
3b92de06
Commit
3b92de06
authored
24 years ago
by
David Billinghurst
Committed by
Christopher Faylor
24 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/i386/xm-cygwin.h: Include <sys/cygwin.h. Remove unused variable.
From-SVN: r40572
parent
0c35f902
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/ChangeLog
+5
-0
gcc/config/i386/xm-cygwin.h
+2
-1
No files found.
gcc/ChangeLog
View file @
3b92de06
2001-03-17 David Billinghurst <David.Billinghurst@riotinto.com>
* config/i386/xm-cygwin.h: Include <sys/cygwin.h. Remove unused
variable.
2001-03-16 Jim Wilson <wilson@redhat.com>
* config/ia64/ia64.c (ia64_compute_frame_size): If reg_fp is zero,
...
...
This diff is collapsed.
Click to expand it.
gcc/config/i386/xm-cygwin.h
View file @
3b92de06
...
...
@@ -19,6 +19,8 @@ along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <sys/cygwin.h>
#define EXECUTABLE_SUFFIX ".exe"
/* Even though Cygwin tries to hide the DOS based filesystem, it
...
...
@@ -45,7 +47,6 @@ do { \
if (_epath != NULL && *_epath != 0 \
&& ! cygwin_posix_path_list_p (_epath)) \
{ \
char *p; \
_posixepath = (char *) xmalloc \
(cygwin_win32_to_posix_path_list_buf_size (_epath)); \
cygwin_win32_to_posix_path_list (_epath, _posixepath); \
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment