blob: e04f0bafc9ffc58b4931ab4561b2adcaf610e9c1 [file] [log] [blame]
Austin Schuhdace2a62020-08-18 10:56:48 -07001divert(-1)
2
3dnl m4 macros for VAX assembler.
4
5dnl Copyright 2001, 2012 Free Software Foundation, Inc.
6
7dnl This file is part of the GNU MP Library.
8dnl
9dnl The GNU MP Library is free software; you can redistribute it and/or modify
10dnl it under the terms of either:
11dnl
12dnl * the GNU Lesser General Public License as published by the Free
13dnl Software Foundation; either version 3 of the License, or (at your
14dnl option) any later version.
15dnl
16dnl or
17dnl
18dnl * the GNU General Public License as published by the Free Software
19dnl Foundation; either version 2 of the License, or (at your option) any
20dnl later version.
21dnl
22dnl or both in parallel, as here.
23dnl
24dnl The GNU MP Library is distributed in the hope that it will be useful, but
25dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
26dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
27dnl for more details.
28dnl
29dnl You should have received copies of the GNU General Public License and the
30dnl GNU Lesser General Public License along with the GNU MP Library. If not,
31dnl see https://www.gnu.org/licenses/.
32
33
34defreg(r0,`%r``''0')
35defreg(r1,`%r``''1')
36defreg(r2,`%r``''2')
37defreg(r3,`%r``''3')
38defreg(r4,`%r``''4')
39defreg(r5,`%r``''5')
40defreg(r6,`%r``''6')
41defreg(r7,`%r``''7')
42defreg(r8,`%r``''8')
43defreg(r9,`%r``''9')
44defreg(r10,`%r``''10')
45defreg(r11,`%r``''11')
46defreg(r12,`%r``''12')
47defreg(r13,`%r``''13')
48defreg(r14,`%r``''14')
49defreg(r15,`%r``''15')
50defreg(ap,`%a``''p')
51
52define(`foo', blablabla)
53
54divert