binutils-gdb/sim
Dimitar Dimitrov c412d3f5d9 sim: pru: Fix test case assembly with latest GAS
After the recent change in GAS [1], macro arguments must be quoted or
grouped with parenthesis.  Add the necessary parenthesis in order to fix
assembly errors like:
    mul.s:31: Error: too many positional arguments

[1] https://sourceware.org/pipermail/binutils/2024-July/136053.html

Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>
2024-08-12 23:33:59 +03:00
..
aarch64 sim: Fix some -Werror=shadow=compatible-local issues in aarch64/simulator.c 2024-01-22 12:10:23 +01:00
arm Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
avr Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
bfin Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
bpf sim: bpf: remove support for ldinddw and ldabsdw instructions 2024-01-29 22:25:19 +01:00
common sim: Fix -Werror=shadow=local by changing mem to addr in sim_{read,write} 2024-01-22 14:22:30 +01:00
cr16 sim: Fix cc -Werror=shadow=local in cr16/simops.c 2024-01-22 12:04:49 +01:00
cris Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
d10v Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
erc32 sim/erc32: Rename EVENT_MAX -> MAX_EVENTS 2024-03-21 10:46:23 -06:00
example-synacor Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
frv regen sim/frv files for copyright update 2024-06-10 08:25:56 +09:30
ft32 Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
h8300 Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
igen Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
iq2000 Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
lm32 Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
m4 sim: sh: fix nested braces in struct init 2024-01-23 03:15:02 -05:00
m32c sim: Fix -Werror=shadow=local by changing mem to addr in sim_{read,write} 2024-01-22 14:22:30 +01:00
m32r Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
m68hc11 Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
mcore Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
microblaze Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
mips Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
mn10300 Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
moxie Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
msp430 Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
or1k Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
ppc sim: no rule to make sim/ppc/Makefile.in 2024-02-24 11:52:10 +10:30
pru Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
riscv sim: riscv: Fix build issue due to recent binutils commit 2024-05-09 17:04:14 +02:00
rl78 sim: Fix -Werror=shadow=local by changing mem to addr in sim_{read,write} 2024-01-22 14:22:30 +01:00
rx sim: Fix -Werror=shadow=local by changing mem to addr in sim_{read,write} 2024-01-22 14:22:30 +01:00
sh sim: sh: fix nested braces in struct init 2024-01-23 03:15:02 -05:00
testsuite sim: pru: Fix test case assembly with latest GAS 2024-08-12 23:33:59 +03:00
v850 Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
.gitignore
aclocal.m4
ChangeLog-2021
config.h.in sim: m32r: fixup some of the int<->pointer casts 2024-01-10 22:37:03 -05:00
configure sim: sh: fix nested braces in struct init 2024-01-23 03:15:02 -05:00
configure.ac autoupdate: replace obsolete macros AC_HELP_STRING 2024-06-10 08:25:55 +09:30
COPYING
gdbinit.in
MAINTAINERS
Makefile.am Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
Makefile.in sim: no rule to make sim/ppc/Makefile.in 2024-02-24 11:52:10 +10:30
README-HACKING