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
abaa8559
Commit
abaa8559
authored
May 02, 2002
by
Bruce Korb
Committed by
Bruce Korb
May 02, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sync mainline to 3.1
From-SVN: r53034
parent
76ccdb3c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
2 deletions
+13
-2
gcc/ChangeLog
+6
-0
gcc/fixinc/check.tpl
+1
-1
gcc/fixinc/inclhack.def
+1
-1
gcc/fixinc/tests/base/assert.h
+5
-0
No files found.
gcc/ChangeLog
View file @
abaa8559
...
...
@@ -5,6 +5,12 @@
* config/rs6000/rs6000.c (rs6000_legitimate_address): Disallow
PRE_INC and PRE_DEC for altivec modes.
2002-05-01 Bruce Korb <bkorb@gnu.org>
* fixinc/check.tpl(set-writable): make sure the function exists first
* fixinc/inclhack.def(alpha_assert): fix test_text
* fixinc/tests/base/assert.h: add in missing result
2002-05-01 Jeff Law <law@redhat.com>
* pa.h (EXTRA_CONSTRAINT): Don't accept PIC addresses for the
...
...
gcc/fixinc/check.tpl
View file @
abaa8559
...
...
@@ -171,6 +171,6 @@ else
fi
$exitok[=
(
set-writable
)
(
if (defined? 'set-writable) (set-writable)
)
=]
gcc/fixinc/inclhack.def
View file @
abaa8559
...
...
@@ -2089,7 +2089,7 @@ fix = {
select = '__cplusplus < 54321L';
sed = 's/defined(__cplusplus) && (__cplusplus < 54321L)/0/';
test_text =
'#if\tdefined(__cplusplus) && (__cplusplus < 54321L)'
;
test_text =
"#if\tdefined(__cplusplus) && (__cplusplus < 54321L)"
;
};
/*
...
...
gcc/fixinc/tests/base/assert.h
View file @
abaa8559
...
...
@@ -24,6 +24,11 @@ extern void __assert(const char *, const char *, int);
#endif
/* ALPHA___ASSERT_CHECK */
#if defined( ALPHA_ASSERT_CHECK )
#define assert(EX) ((EX) ? (void)0 : __assert(#EX, __FILE__, __LINE__))
#endif
/* ALPHA_ASSERT_CHECK */
#if defined( BROKEN_ASSERT_STDIO_CHECK )
extern
FILE
*
stderr
;
#endif
/* BROKEN_ASSERT_STDIO_CHECK */
...
...
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