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
55cf7bb9
Commit
55cf7bb9
authored
Jan 19, 2001
by
Richard Earnshaw
Committed by
Richard Earnshaw
Jan 19, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* arm.c (arm_init_builtins): Re-enable builtins.
From-SVN: r39143
parent
2a2a9e5a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
gcc/ChangeLog
+4
-0
gcc/config/arm/arm.c
+0
-6
No files found.
gcc/ChangeLog
View file @
55cf7bb9
2001-01-19 Richard Earnshaw <rearnsha@arm.com>
* arm.c (arm_init_builtins): Re-enable builtins.
Fri Jan 19 13:02:56 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* rtl.texi (SET, CLOBBER): Document PARALLEL as SET_DEST possibility.
...
...
gcc/config/arm/arm.c
View file @
55cf7bb9
...
...
@@ -8800,11 +8800,6 @@ arm_debugger_arg_offset (value, addr)
void
arm_init_builtins
()
{
#if 0
/* The following code is NOT incorrect, but it trips a bug in the C++
front-end that causes a failure while building libstdc++-v3. When
that bug is fixed, this code can be re-enabled. */
tree
endlink
=
void_list_node
;
tree
int_endlink
=
tree_cons
(
NULL_TREE
,
integer_type_node
,
endlink
);
tree
pchar_type_node
=
build_pointer_type
(
char_type_node
);
...
...
@@ -8832,7 +8827,6 @@ arm_init_builtins ()
def_builtin
(
"__builtin_prefetch"
,
void_ftype_pchar
,
ARM_BUILTIN_PREFETCH
);
}
#endif
}
/* Expand an expression EXP that calls a built-in function,
...
...
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