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
497a1c66
Commit
497a1c66
authored
Nov 12, 2012
by
Jakub Jelinek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* asan.c: Formatting cleanups.
From-SVN: r193442
parent
f35db108
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
+10
-7
gcc/ChangeLog
+10
-7
gcc/asan.c
+0
-0
No files found.
gcc/ChangeLog
View file @
497a1c66
2012
-
11
-
12
Wei
Mi
<
wmi
@google
.
com
>
2012
-
11
-
12
Jakub
Jelinek
<
jakub
@redhat
.
com
>
*
asan
.
c
:
Formatting
cleanups
.
2012
-
11
-
12
Wei
Mi
<
wmi
@google
.
com
>
*
gcc
.
c
(
LINK_COMMAND_SPEC
)
:
Add
-
lasan
to
link
command
if
*
gcc
.
c
(
LINK_COMMAND_SPEC
)
:
Add
-
lasan
to
link
command
if
-
faddress
-
sanitizer
is
on
.
-
faddress
-
sanitizer
is
on
.
...
@@ -28,7 +32,6 @@
...
@@ -28,7 +32,6 @@
*
asan
.
c
(
create_cond_insert_point_before_iter
)
:
Factorize
out
of
...
*
asan
.
c
(
create_cond_insert_point_before_iter
)
:
Factorize
out
of
...
(
build_check_stmt
)
:
...
here
.
(
build_check_stmt
)
:
...
here
.
2012
-
11
-
12
Dodji
Seketeli
<
dodji
@redhat
.
com
>
2012
-
11
-
12
Dodji
Seketeli
<
dodji
@redhat
.
com
>
*
asan
.
c
(
create_cond_insert_point_before_iter
)
:
Factorize
out
of
...
*
asan
.
c
(
create_cond_insert_point_before_iter
)
:
Factorize
out
of
...
...
@@ -40,7 +43,7 @@
...
@@ -40,7 +43,7 @@
represented
by
an
SSA_NAME
.
represented
by
an
SSA_NAME
.
2012
-
11
-
12
Jakub
Jelinek
<
jakub
@redhat
.
com
>
2012
-
11
-
12
Jakub
Jelinek
<
jakub
@redhat
.
com
>
Wei
Mi
<
wmi
@google
.
com
>
Wei
Mi
<
wmi
@google
.
com
>
*
varasm
.
c
:
Include
asan
.
h
.
*
varasm
.
c
:
Include
asan
.
h
.
(
assemble_noswitch_variable
)
:
Grow
size
by
asan_red_zone_size
(
assemble_noswitch_variable
)
:
Grow
size
by
asan_red_zone_size
...
@@ -111,7 +114,7 @@
...
@@ -111,7 +114,7 @@
2012
-
11
-
12
Jakub
Jelinek
<
jakub
@redhat
.
com
>
2012
-
11
-
12
Jakub
Jelinek
<
jakub
@redhat
.
com
>
Xinliang
David
Li
<
davidxl
@google
.
com
>
Xinliang
David
Li
<
davidxl
@google
.
com
>
Dodji
Seketeli
<
dodji
@redhat
.
com
>
Dodji
Seketeli
<
dodji
@redhat
.
com
>
*
Makefile
.
in
(
GTFILES
)
:
Add
$
(
srcdir
)
/
asan
.
c
.
*
Makefile
.
in
(
GTFILES
)
:
Add
$
(
srcdir
)
/
asan
.
c
.
(
asan
.
o
)
:
Update
the
dependencies
of
asan
.
o
.
(
asan
.
o
)
:
Update
the
dependencies
of
asan
.
o
.
...
@@ -155,9 +158,9 @@
...
@@ -155,9 +158,9 @@
*
config
/
i386
/
i386
.
c
(
ix86_asan_shadow_offset
)
:
New
function
.
*
config
/
i386
/
i386
.
c
(
ix86_asan_shadow_offset
)
:
New
function
.
(
TARGET_ASAN_SHADOW_OFFSET
)
:
Define
.
(
TARGET_ASAN_SHADOW_OFFSET
)
:
Define
.
2012
-
11
-
12
Wei
Mi
<
wmi
@google
.
com
>
2012
-
11
-
12
Wei
Mi
<
wmi
@google
.
com
>
Diego
Novillo
<
dnovillo
@google
.
com
>
Diego
Novillo
<
dnovillo
@google
.
com
>
Dodji
Seketeli
<
dodji
@redhat
.
com
>
Dodji
Seketeli
<
dodji
@redhat
.
com
>
*
Makefile
.
in
:
Add
asan
.
c
and
its
dependencies
.
*
Makefile
.
in
:
Add
asan
.
c
and
its
dependencies
.
*
common
.
opt
:
Add
-
faddress
-
sanitizer
option
.
*
common
.
opt
:
Add
-
faddress
-
sanitizer
option
.
gcc/asan.c
View file @
497a1c66
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