Add MPX registers XML files.
[deliverable/binutils-gdb.git] / gdb / features / Makefile
CommitLineData
28e7fd62 1# Copyright (C) 2007-2013 Free Software Foundation, Inc.
fb1e4ffc
DJ
2
3# This file is part of GDB.
4
5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
dcf7800b 7# the Free Software Foundation; either version 3 of the License, or
fb1e4ffc
DJ
8# (at your option) any later version.
9#
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU General Public License for more details.
14#
15# You should have received a copy of the GNU General Public License
dcf7800b 16# along with this program. If not, see <http://www.gnu.org/licenses/>.
fb1e4ffc
DJ
17
18
19# This file requires GNU make!
20
21# This Makefile updates files in ../regformats from their XML master
22# copies. Because this relies on xsltproc, it is not normally run
23# during the build process; it should be run by hand when one of the
24# affected XML files is changed, and the results should be kept in the
25# GDB repository.
26
81adfced
DJ
27# It can also update the C files in the features directory from their
28# XML master copies. This relies on a GDB linked with expat and
29# configured for the correct architecture, so the files are again kept
30# in the GDB repository. To generate C files:
31# make GDB=/path/to/gdb XMLTOC="xml files" cfiles
32
6ac1c082 33WHICH = aarch64 \
07b287a0 34 arm-with-iwmmxt arm-with-vfpv2 arm-with-vfpv3 arm-with-neon \
3184d3f9 35 arm-with-m arm-with-m-fpa-layout arm-with-m-vfp-d16 \
46763423 36 i386/i386 i386/i386-linux \
3a13a53b 37 i386/i386-mmx i386/i386-mmx-linux \
46763423 38 i386/amd64 i386/amd64-linux \
98adf0f3 39 i386/i386-avx i386/i386-avx-linux \
ccc42043 40 i386/i386-mpx i386/i386-mpx-linux \
98adf0f3 41 i386/amd64-avx i386/amd64-avx-linux \
ccc42043 42 i386/amd64-mpx i386/amd64-mpx-linux \
9a82b8ff
L
43 i386/x32 i386/x32-linux \
44 i386/x32-avx i386/x32-avx-linux \
1faeff08
MR
45 mips-linux mips-dsp-linux \
46 mips64-linux mips64-dsp-linux \
a1217d97 47 nios2-linux \
0482b03b 48 rs6000/powerpc-32 \
7284e1be 49 rs6000/powerpc-32l rs6000/powerpc-altivec32l rs6000/powerpc-e500l \
604c2f83 50 rs6000/powerpc-64l rs6000/powerpc-altivec64l rs6000/powerpc-vsx32l \
7803799a 51 rs6000/powerpc-vsx64l rs6000/powerpc-cell32l rs6000/powerpc-cell64l \
224bbe49 52 s390-linux32 s390-linux64 s390x-linux64 \
c642a434
UW
53 s390-linux32v1 s390-linux64v1 s390x-linux64v1 \
54 s390-linux32v2 s390-linux64v2 s390x-linux64v2 \
4ac33720 55 s390-te-linux64 s390x-te-linux64 \
224bbe49
YQ
56 tic6x-c64xp tic6x-c64x tic6x-c62x \
57 tic6x-c64xp-linux tic6x-c64x-linux tic6x-c62x-linux
fb1e4ffc
DJ
58
59# Record which registers should be sent to GDB by default after stop.
07b287a0 60aarch64-expedite = x29,sp,pc
58d6951d 61arm-expedite = r11,sp,pc
46763423
L
62i386/i386-expedite = ebp,esp,eip
63i386/i386-linux-expedite = ebp,esp,eip
64i386/amd64-expedite = rbp,rsp,rip
65i386/amd64-linux-expedite = rbp,rsp,rip
98adf0f3
L
66i386/i386-avx-expedite = ebp,esp,eip
67i386/i386-avx-linux-expedite = ebp,esp,eip
ccc42043
WT
68i386/i386-mpx-expedite = ebp,esp,eip
69i386/i386-mpx-linux-expedite = ebp,esp,eip
3a13a53b
L
70i386/i386-mmx-expedite = ebp,esp,eip
71i386/i386-mmx-linux-expedite = ebp,esp,eip
98adf0f3
L
72i386/amd64-avx-expedite = rbp,rsp,rip
73i386/amd64-avx-linux-expedite = rbp,rsp,rip
ccc42043
WT
74i386/amd64-mpx-expedite = rbp,rsp,rip
75i386/amd64-mpx-linux-expedite = rbp,rsp,rip
9a82b8ff
L
76i386/x32-expedite = rbp,rsp,rip
77i386/x32-linux-expedite = rbp,rsp,rip
78i386/x32-avx-expedite = rbp,rsp,rip
79i386/x32-avx-linux-expedite = rbp,rsp,rip
58d6951d 80mips-expedite = r29,pc
1faeff08 81mips-dsp-expedite = r29,pc
58d6951d 82mips64-expedite = r29,pc
1faeff08 83mips64-dsp-expedite = r29,pc
a1217d97 84nios2-linux-expedite = sp,pc
58d6951d 85powerpc-expedite = r1,pc
f4d9bade
UW
86rs6000/powerpc-cell32l-expedite = r1,pc,r0,orig_r3,r4
87rs6000/powerpc-cell64l-expedite = r1,pc,r0,orig_r3,r4
7803799a 88s390-linux32-expedite = r14,r15,pswa
c642a434
UW
89s390-linux32v1-expedite = r14,r15,pswa
90s390-linux32v2-expedite = r14,r15,pswa
7803799a 91s390-linux64-expedite = r14l,r15l,pswa
c642a434
UW
92s390-linux64v1-expedite = r14l,r15l,pswa
93s390-linux64v2-expedite = r14l,r15l,pswa
4ac33720 94s390-te-linux64-expedite = r14,r15,pswa
7803799a 95s390x-linux64-expedite = r14,r15,pswa
c642a434
UW
96s390x-linux64v1-expedite = r14,r15,pswa
97s390x-linux64v2-expedite = r14,r15,pswa
4ac33720 98s390x-te-linux64-expedite = r14,r15,pswa
224bbe49
YQ
99tic6x-c64xp-expedite = A15,PC
100tic6x-c64x-expedite = A15,PC
101tic6x-c62x-expedite = A15,PC
102tic6x-c64xp-linux-expedite = A15,PC
103tic6x-c64x-linux-expedite = A15,PC
104tic6x-c62x-linux-expedite = A15,PC
604c2f83 105
fb1e4ffc
DJ
106
107XSLTPROC = xsltproc
108outdir = ../regformats
109OUTPUTS = $(patsubst %,$(outdir)/%.dat,$(WHICH))
110
81adfced
DJ
111XMLTOC =
112CFILES = $(patsubst %.xml,%.c,$(XMLTOC))
113GDB = false
114
fb1e4ffc
DJ
115all: $(OUTPUTS)
116
117$(outdir)/%.dat: %.xml number-regs.xsl sort-regs.xsl gdbserver-regs.xsl
118 echo "# DO NOT EDIT: generated from $<" > $(outdir)/$*.tmp
30ed0a8f 119 echo "name:`echo $(notdir $*) | sed 's/-/_/g'`" >> $(outdir)/$*.tmp
221c031f 120 echo "xmltarget:$(<F)" >> $(outdir)/$*.tmp
f4d9bade
UW
121 echo "expedite:$(if $($*-expedite),$($*-expedite),$($(firstword $(subst -, ,$(notdir $*)))-expedite))" \
122 >> $(outdir)/$*.tmp
30ed0a8f 123 $(XSLTPROC) --path "$(PWD)" --xinclude number-regs.xsl $< | \
fb1e4ffc
DJ
124 $(XSLTPROC) sort-regs.xsl - | \
125 $(XSLTPROC) gdbserver-regs.xsl - >> $(outdir)/$*.tmp
126 sh ../../move-if-change $(outdir)/$*.tmp $(outdir)/$*.dat
127
81adfced
DJ
128cfiles: $(CFILES)
129%.c: %.xml
130 $(GDB) -nx -q -batch \
131 -ex "set tdesc filename $<" -ex 'maint print c-tdesc' > $@.tmp
132 sh ../../move-if-change $@.tmp $@
133
fb1e4ffc
DJ
134# Other dependencies.
135$(outdir)/arm-with-iwmmxt.dat: arm-core.xml xscale-iwmmxt.xml
46763423
L
136$(outdir)/i386/i386.dat: i386/32bit-core.xml i386/32bit-sse.xml
137$(outdir)/i386/i386-linux.dat: i386/32bit-core.xml i386/32bit-sse.xml \
138 i386/32bit-linux.xml
139$(outdir)/i386/amd64.dat: i386/64bit-core.xml i386/64bit-sse.xml
140$(outdir)/i386/amd64-linux.dat: i386/64bit-core.xml i386/64bit-sse.xml \
141 i386/64bit-linux.xml
98adf0f3
L
142$(outdir)/i386/i386-avx.dat: i386/32bit-core.xml i386/32bit-avx.xml
143$(outdir)/i386/i386-avx-linux.dat: i386/32bit-core.xml i386/32bit-avx.xml \
144 i386/32bit-linux.xml
ccc42043
WT
145$(outdir)/i386/i386-mpx.dat: i386/32bit-core.xml i386/32bit-avx.xml \
146 i386/32bit-mpx.xml
147$(outdir)/i386/i386-mpx-linux.dat: i386/32bit-core.xml i386/32bit-avx.xml \
148 i386/32bit-linux.xml i386/32bit-mpx.xml
3a13a53b
L
149$(outdir)/i386/i386-mmx.dat: i386/32bit-core.xml
150$(outdir)/i386/i386-mmx-linux.dat: i386/32bit-core.xml i386/32bit-linux.xml
98adf0f3
L
151$(outdir)/i386/amd64-avx.dat: i386/64bit-core.xml i386/64bit-avx.xml
152$(outdir)/i386/amd64-avx-linux.dat: i386/64bit-core.xml i386/64bit-avx.xml \
153 i386/64bit-linux.xml
ccc42043
WT
154$(outdir)/i386/amd64-mpx-linux.dat: i386/64bit-core.xml i386/64bit-avx.xml \
155 i386/64bit-linux.xml i386/64bit-mpx.xml
156$(outdir)/i386/amd64-mpx.dat: i386/64bit-core.xml i386/64bit-avx.xml \
157 i386/64bit-mpx.xml
9a82b8ff
L
158$(outdir)/i386/x32.dat: i386/x32-core.xml i386/64bit-sse.xml
159$(outdir)/i386/x32-linux.dat: i386/x32-core.xml i386/64bit-sse.xml \
160 i386/64bit-linux.xml
161$(outdir)/i386/x32-avx.dat: i386/x32-core.xml i386/64bit-avx.xml
162$(outdir)/i386/x32-avx-linux.dat: i386/x32-core.xml i386/64bit-avx.xml \
163 i386/64bit-linux.xml
This page took 0.487905 seconds and 4 git commands to generate.