repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH 3/57][Arm][GAS] Add support for MVE instructions: vabs and vneg
[binutils-gdb.git]
/
gold
/
testsuite
/
script_test_11b.c
blob
9f95e13bb989ad226b68b78cd9d3d99adb36b4d0
1
#include
"script_test_11.h"
2
3
int
4
ptr_equal
(
char
*
a
,
char
*
b
)
5
{
6
return
a
==
b
;
7
}