aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.stabs/wierd-xcoff.S
blob: cdb5c130c407846869ba420d5ac1ce7300fedfe3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#define N_LSYM 0x81
#define N_GSYM 0x80

#define VAR(name) \
	.globl name; \
	.csect .data[RW]; \
	.align 1; \
name:; \
	.long 42; \
	.csect [PR]
#define STAB(string,type,value) .stabx string,value,type
#include "wierd.def"