Skip to content

Commit 0f82ff9

Browse files
committed
bfd/
* Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. opcodes/ * Makefile.am: Run "make dep-am". (stamp-m32c): Fix cpu dependencies. * Makefile.in: Regenerate. * ip2k-dis.c: Regenerate. binutils/ * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. gas/ * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. ld/ * Makefile.am: Run "make dep-am". (emipsidt.c, emipsidtl.c): Depend on generic.em. * Makefile.in: Regenerate.
1 parent 90dbb4c commit 0f82ff9

15 files changed

+225
-78
lines changed

bfd/ChangeLog

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2005-07-16 Alan Modra <[email protected]>
2+
3+
* Makefile.am: Run "make dep-am".
4+
* Makefile.in: Regenerate.
5+
16
2005-07-15 Bob Wilson <[email protected]>
27

38
* elf32-xtensa.c (vsprint_msg): Add prototype.

bfd/Makefile.am

+10-7
Original file line numberDiff line numberDiff line change
@@ -908,8 +908,9 @@ bfdver.h: $(srcdir)/version.h $(srcdir)/Makefile.in
908908

909909
# DO NOT DELETE THIS LINE -- mkdep uses it.
910910
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
911-
archive.lo: archive.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
912-
$(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h $(INCDIR)/safe-ctype.h
911+
archive.lo: archive.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
912+
$(INCDIR)/hashtab.h $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h \
913+
$(INCDIR)/safe-ctype.h
913914
archures.lo: archures.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
914915
$(INCDIR)/safe-ctype.h
915916
bfd.lo: bfd.c bfdver.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
@@ -1003,6 +1004,7 @@ cpu-maxq.lo: cpu-maxq.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
10031004
cpu-mcore.lo: cpu-mcore.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
10041005
cpu-mips.lo: cpu-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
10051006
cpu-mmix.lo: cpu-mmix.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1007+
cpu-ms1.lo: cpu-ms1.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
10061008
cpu-msp430.lo: cpu-msp430.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
10071009
cpu-or32.lo: cpu-or32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
10081010
cpu-ns32k.lo: cpu-ns32k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
@@ -1347,10 +1349,10 @@ elf32-mips.lo: elf32-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
13471349
$(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
13481350
$(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \
13491351
ecoffswap.h elf32-target.h
1350-
elf32-ms1.lo: elf32-ms1.c elf-bfd.h $(INCDIR)/elf/common.h \
1351-
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1352-
$(INCDIR)/elf/ms1.h $(INCDIR)/elf/reloc-macros.h \
1353-
elf32-target.h
1352+
elf32-ms1.lo: elf32-ms1.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1353+
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1354+
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/ms1.h \
1355+
$(INCDIR)/elf/reloc-macros.h elf32-target.h
13541356
elf32-msp430.lo: elf32-msp430.c $(INCDIR)/filenames.h \
13551357
$(INCDIR)/libiberty.h $(INCDIR)/hashtab.h elf-bfd.h \
13561358
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
@@ -1373,7 +1375,8 @@ elf32-pj.lo: elf32-pj.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
13731375
elf32-ppc.lo: elf32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
13741376
$(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
13751377
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/ppc.h \
1376-
$(INCDIR)/elf/reloc-macros.h elf32-ppc.h elf32-target.h
1378+
$(INCDIR)/elf/reloc-macros.h elf32-ppc.h elf-vxworks.h \
1379+
elf32-target.h
13771380
elf32-sh64.lo: elf32-sh64.c $(INCDIR)/filenames.h elf-bfd.h \
13781381
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
13791382
$(INCDIR)/bfdlink.h $(srcdir)/../opcodes/sh64-opc.h \

bfd/Makefile.in

+10-7
Original file line numberDiff line numberDiff line change
@@ -1475,8 +1475,9 @@ bfdver.h: $(srcdir)/version.h $(srcdir)/Makefile.in
14751475

14761476
# DO NOT DELETE THIS LINE -- mkdep uses it.
14771477
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
1478-
archive.lo: archive.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1479-
$(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h $(INCDIR)/safe-ctype.h
1478+
archive.lo: archive.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1479+
$(INCDIR)/hashtab.h $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h \
1480+
$(INCDIR)/safe-ctype.h
14801481
archures.lo: archures.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
14811482
$(INCDIR)/safe-ctype.h
14821483
bfd.lo: bfd.c bfdver.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
@@ -1570,6 +1571,7 @@ cpu-maxq.lo: cpu-maxq.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
15701571
cpu-mcore.lo: cpu-mcore.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
15711572
cpu-mips.lo: cpu-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
15721573
cpu-mmix.lo: cpu-mmix.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1574+
cpu-ms1.lo: cpu-ms1.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
15731575
cpu-msp430.lo: cpu-msp430.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
15741576
cpu-or32.lo: cpu-or32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
15751577
cpu-ns32k.lo: cpu-ns32k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
@@ -1914,10 +1916,10 @@ elf32-mips.lo: elf32-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
19141916
$(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
19151917
$(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \
19161918
ecoffswap.h elf32-target.h
1917-
elf32-ms1.lo: elf32-ms1.c elf-bfd.h $(INCDIR)/elf/common.h \
1918-
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1919-
$(INCDIR)/elf/ms1.h $(INCDIR)/elf/reloc-macros.h \
1920-
elf32-target.h
1919+
elf32-ms1.lo: elf32-ms1.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1920+
elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1921+
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/ms1.h \
1922+
$(INCDIR)/elf/reloc-macros.h elf32-target.h
19211923
elf32-msp430.lo: elf32-msp430.c $(INCDIR)/filenames.h \
19221924
$(INCDIR)/libiberty.h $(INCDIR)/hashtab.h elf-bfd.h \
19231925
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
@@ -1940,7 +1942,8 @@ elf32-pj.lo: elf32-pj.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
19401942
elf32-ppc.lo: elf32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
19411943
$(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
19421944
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/ppc.h \
1943-
$(INCDIR)/elf/reloc-macros.h elf32-ppc.h elf32-target.h
1945+
$(INCDIR)/elf/reloc-macros.h elf32-ppc.h elf-vxworks.h \
1946+
elf32-target.h
19441947
elf32-sh64.lo: elf32-sh64.c $(INCDIR)/filenames.h elf-bfd.h \
19451948
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
19461949
$(INCDIR)/bfdlink.h $(srcdir)/../opcodes/sh64-opc.h \

binutils/ChangeLog

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2005-07-16 Alan Modra <[email protected]>
2+
3+
* Makefile.am: Run "make dep-am".
4+
* Makefile.in: Regenerate.
5+
16
2005-07-15 Eric Christopher <[email protected]>
27

38
* MAINTAINERS: Change affiliation.

binutils/Makefile.am

+10-11
Original file line numberDiff line numberDiff line change
@@ -484,17 +484,16 @@ readelf.o: readelf.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
484484
$(INCDIR)/elf/frv.h $(INCDIR)/elf/h8.h $(INCDIR)/elf/hppa.h \
485485
$(INCDIR)/elf/i386.h $(INCDIR)/elf/i370.h $(INCDIR)/elf/i860.h \
486486
$(INCDIR)/elf/i960.h $(INCDIR)/elf/ia64.h $(INCDIR)/elf/ip2k.h \
487-
$(INCDIR)/elf/m32r.h $(INCDIR)/elf/m68k.h $(INCDIR)/elf/m68hc11.h \
488-
$(INCDIR)/elf/mcore.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/mmix.h \
489-
$(INCDIR)/elf/mn10200.h $(INCDIR)/elf/mn10300.h $(INCDIR)/elf/msp430.h \
490-
$(INCDIR)/elf/ms1.h \
491-
$(INCDIR)/elf/or32.h $(INCDIR)/elf/pj.h $(INCDIR)/elf/ppc.h \
492-
$(INCDIR)/elf/ppc64.h $(INCDIR)/elf/s390.h $(INCDIR)/elf/sh.h \
493-
$(INCDIR)/elf/sparc.h $(INCDIR)/elf/v850.h $(INCDIR)/elf/vax.h \
494-
$(INCDIR)/elf/x86-64.h $(INCDIR)/elf/xstormy16.h $(INCDIR)/elf/crx.h \
495-
$(INCDIR)/elf/iq2000.h $(INCDIR)/elf/xtensa.h $(INCDIR)/elf/m32c.h \
496-
$(INCDIR)/aout/ar.h \
497-
bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
487+
$(INCDIR)/elf/m32c.h $(INCDIR)/elf/m32r.h $(INCDIR)/elf/m68k.h \
488+
$(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/mcore.h $(INCDIR)/elf/mips.h \
489+
$(INCDIR)/elf/mmix.h $(INCDIR)/elf/mn10200.h $(INCDIR)/elf/mn10300.h \
490+
$(INCDIR)/elf/ms1.h $(INCDIR)/elf/msp430.h $(INCDIR)/elf/or32.h \
491+
$(INCDIR)/elf/pj.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/ppc64.h \
492+
$(INCDIR)/elf/s390.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/sparc.h \
493+
$(INCDIR)/elf/v850.h $(INCDIR)/elf/vax.h $(INCDIR)/elf/x86-64.h \
494+
$(INCDIR)/elf/xstormy16.h $(INCDIR)/elf/crx.h $(INCDIR)/elf/iq2000.h \
495+
$(INCDIR)/elf/xtensa.h $(INCDIR)/aout/ar.h bucomm.h \
496+
config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
498497
$(INCDIR)/libiberty.h unwind-ia64.h
499498
rename.o: rename.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
500499
$(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \

gas/ChangeLog

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2005-07-16 Alan Modra <[email protected]>
2+
3+
* Makefile.am: Run "make dep-am".
4+
* Makefile.in: Regenerate.
5+
16
2007-07-15 H.J. Lu <[email protected]>
27

38
* gas/config/tc-i386.h (CpuVMX): New.

gas/Makefile.am

+31
Original file line numberDiff line numberDiff line change
@@ -1213,6 +1213,22 @@ DEPTC_ip2k_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
12131213
$(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/ip2k-opc.h \
12141214
cgen.h $(INCDIR)/elf/ip2k.h $(INCDIR)/elf/reloc-macros.h \
12151215
$(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h
1216+
DEPTC_m32c_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
1217+
$(srcdir)/config/tc-m32c.h $(INCDIR)/coff/internal.h \
1218+
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
1219+
$(srcdir)/../opcodes/m32c-desc.h $(INCDIR)/opcode/cgen.h \
1220+
$(srcdir)/../opcodes/m32c-opc.h $(srcdir)/../opcodes/cgen-types.h \
1221+
$(srcdir)/../opcodes/cgen-ops.h cgen.h $(INCDIR)/elf/common.h \
1222+
$(INCDIR)/elf/m32c.h $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/libbfd.h \
1223+
$(INCDIR)/hashtab.h $(INCDIR)/safe-ctype.h
1224+
DEPTC_m32c_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
1225+
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1226+
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32c.h \
1227+
subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/m32c-desc.h \
1228+
$(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/m32c-opc.h \
1229+
$(srcdir)/../opcodes/cgen-types.h $(srcdir)/../opcodes/cgen-ops.h \
1230+
cgen.h $(INCDIR)/elf/m32c.h $(INCDIR)/elf/reloc-macros.h \
1231+
$(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h $(INCDIR)/safe-ctype.h
12161232
DEPTC_m32r_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
12171233
$(srcdir)/config/tc-m32r.h $(INCDIR)/coff/internal.h \
12181234
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
@@ -1779,6 +1795,15 @@ DEPOBJ_ip2k_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
17791795
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ip2k.h \
17801796
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
17811797
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1798+
DEPOBJ_m32c_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
1799+
$(srcdir)/config/tc-m32c.h $(INCDIR)/coff/internal.h \
1800+
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
1801+
subsegs.h
1802+
DEPOBJ_m32c_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
1803+
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1804+
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32c.h \
1805+
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1806+
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
17821807
DEPOBJ_m32r_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
17831808
$(srcdir)/config/tc-m32r.h $(INCDIR)/coff/internal.h \
17841809
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
@@ -2225,6 +2250,12 @@ DEP_ip2k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ip2k.h \
22252250
DEP_ip2k_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
22262251
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
22272252
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ip2k.h
2253+
DEP_m32c_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m32c.h \
2254+
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
2255+
$(INCDIR)/bfdlink.h
2256+
DEP_m32c_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2257+
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2258+
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32c.h
22282259
DEP_m32r_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m32r.h \
22292260
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
22302261
$(INCDIR)/bfdlink.h

gas/Makefile.in

+37
Original file line numberDiff line numberDiff line change
@@ -1036,6 +1036,24 @@ DEPTC_ip2k_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
10361036
cgen.h $(INCDIR)/elf/ip2k.h $(INCDIR)/elf/reloc-macros.h \
10371037
$(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h
10381038

1039+
DEPTC_m32c_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
1040+
$(srcdir)/config/tc-m32c.h $(INCDIR)/coff/internal.h \
1041+
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
1042+
$(srcdir)/../opcodes/m32c-desc.h $(INCDIR)/opcode/cgen.h \
1043+
$(srcdir)/../opcodes/m32c-opc.h $(srcdir)/../opcodes/cgen-types.h \
1044+
$(srcdir)/../opcodes/cgen-ops.h cgen.h $(INCDIR)/elf/common.h \
1045+
$(INCDIR)/elf/m32c.h $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/libbfd.h \
1046+
$(INCDIR)/hashtab.h $(INCDIR)/safe-ctype.h
1047+
1048+
DEPTC_m32c_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
1049+
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1050+
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32c.h \
1051+
subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/m32c-desc.h \
1052+
$(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/m32c-opc.h \
1053+
$(srcdir)/../opcodes/cgen-types.h $(srcdir)/../opcodes/cgen-ops.h \
1054+
cgen.h $(INCDIR)/elf/m32c.h $(INCDIR)/elf/reloc-macros.h \
1055+
$(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h $(INCDIR)/safe-ctype.h
1056+
10391057
DEPTC_m32r_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
10401058
$(srcdir)/config/tc-m32r.h $(INCDIR)/coff/internal.h \
10411059
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
@@ -1720,6 +1738,17 @@ DEPOBJ_ip2k_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
17201738
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
17211739
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
17221740

1741+
DEPOBJ_m32c_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
1742+
$(srcdir)/config/tc-m32c.h $(INCDIR)/coff/internal.h \
1743+
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
1744+
subsegs.h
1745+
1746+
DEPOBJ_m32c_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
1747+
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1748+
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32c.h \
1749+
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1750+
struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1751+
17231752
DEPOBJ_m32r_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
17241753
$(srcdir)/config/tc-m32r.h $(INCDIR)/coff/internal.h \
17251754
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
@@ -2282,6 +2311,14 @@ DEP_ip2k_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
22822311
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
22832312
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ip2k.h
22842313

2314+
DEP_m32c_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m32c.h \
2315+
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
2316+
$(INCDIR)/bfdlink.h
2317+
2318+
DEP_m32c_elf = $(srcdir)/config/obj-elf.h $(INCDIR)/symcat.h \
2319+
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2320+
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32c.h
2321+
22852322
DEP_m32r_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m32r.h \
22862323
$(INCDIR)/symcat.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
22872324
$(INCDIR)/bfdlink.h

ld/ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2005-07-16 Alan Modra <[email protected]>
2+
3+
* Makefile.am: Run "make dep-am".
4+
(emipsidt.c, emipsidtl.c): Depend on generic.em.
5+
* Makefile.in: Regenerate.
6+
17
2005-07-15 Alan Modra <[email protected]>
28

39
* ldemul.c (ldemul_do_assignments): New function.

ld/Makefile.am

+6-4
Original file line numberDiff line numberDiff line change
@@ -1088,10 +1088,12 @@ emipsbsd.c: $(srcdir)/emulparams/mipsbsd.sh \
10881088
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mipsbsd.sc ${GEN_DEPENDS}
10891089
${GENSCRIPTS} mipsbsd
10901090
emipsidt.c: $(srcdir)/emulparams/mipsidt.sh \
1091-
$(srcdir)/emultempl/mipsecoff.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
1091+
$(srcdir)/emultempl/mipsecoff.em $(srcdir)/emultempl/generic.em \
1092+
$(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
10921093
${GENSCRIPTS} mipsidt "$(tdir_mipsidt)"
10931094
emipsidtl.c: $(srcdir)/emulparams/mipsidtl.sh \
1094-
$(srcdir)/emultempl/mipsecoff.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
1095+
$(srcdir)/emultempl/mipsecoff.em $(srcdir)/emultempl/generic.em \
1096+
$(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
10951097
${GENSCRIPTS} mipsidtl "$(tdir_mipsidtl)"
10961098
emipslit.c: $(srcdir)/emulparams/mipslit.sh \
10971099
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
@@ -1763,8 +1765,8 @@ ldctor.o: ldctor.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
17631765
ldexp.h ldlang.h ldmisc.h ldgram.h ldmain.h ldctor.h
17641766
ldemul.o: ldemul.c config.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \
17651767
$(INCDIR)/symcat.h sysdep.h $(INCDIR)/fopen-same.h \
1766-
ld.h $(INCDIR)/bin-bugs.h ldmisc.h ldexp.h ldlang.h \
1767-
ldfile.h ldemul.h ldmain.h ldemul-list.h
1768+
$(INCDIR)/bfdlink.h ld.h $(INCDIR)/bin-bugs.h ldmisc.h \
1769+
ldexp.h ldlang.h ldfile.h ldemul.h ldmain.h ldemul-list.h
17681770
ldexp.o: ldexp.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
17691771
$(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \
17701772
$(INCDIR)/bfdlink.h ld.h $(INCDIR)/bin-bugs.h ldmain.h \

ld/Makefile.in

+6-4
Original file line numberDiff line numberDiff line change
@@ -1892,10 +1892,12 @@ emipsbsd.c: $(srcdir)/emulparams/mipsbsd.sh \
18921892
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mipsbsd.sc ${GEN_DEPENDS}
18931893
${GENSCRIPTS} mipsbsd
18941894
emipsidt.c: $(srcdir)/emulparams/mipsidt.sh \
1895-
$(srcdir)/emultempl/mipsecoff.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
1895+
$(srcdir)/emultempl/mipsecoff.em $(srcdir)/emultempl/generic.em \
1896+
$(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
18961897
${GENSCRIPTS} mipsidt "$(tdir_mipsidt)"
18971898
emipsidtl.c: $(srcdir)/emulparams/mipsidtl.sh \
1898-
$(srcdir)/emultempl/mipsecoff.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
1899+
$(srcdir)/emultempl/mipsecoff.em $(srcdir)/emultempl/generic.em \
1900+
$(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
18991901
${GENSCRIPTS} mipsidtl "$(tdir_mipsidtl)"
19001902
emipslit.c: $(srcdir)/emulparams/mipslit.sh \
19011903
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
@@ -2539,8 +2541,8 @@ ldctor.o: ldctor.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
25392541
ldexp.h ldlang.h ldmisc.h ldgram.h ldmain.h ldctor.h
25402542
ldemul.o: ldemul.c config.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \
25412543
$(INCDIR)/symcat.h sysdep.h $(INCDIR)/fopen-same.h \
2542-
ld.h $(INCDIR)/bin-bugs.h ldmisc.h ldexp.h ldlang.h \
2543-
ldfile.h ldemul.h ldmain.h ldemul-list.h
2544+
$(INCDIR)/bfdlink.h ld.h $(INCDIR)/bin-bugs.h ldmisc.h \
2545+
ldexp.h ldlang.h ldfile.h ldemul.h ldmain.h ldemul-list.h
25442546
ldexp.o: ldexp.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
25452547
$(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \
25462548
$(INCDIR)/bfdlink.h ld.h $(INCDIR)/bin-bugs.h ldmain.h \

opcodes/ChangeLog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2005-07-16 Alan Modra <[email protected]>
2+
3+
* Makefile.am: Run "make dep-am".
4+
(stamp-m32c): Fix cpu dependencies.
5+
* Makefile.in: Regenerate.
6+
* ip2k-dis.c: Regenerate.
7+
18
2007-07-15 H.J. Lu <[email protected]>
29

310
* i386-dis.c (OP_VMX): New. Handle Intel VMX Instructions.

0 commit comments

Comments
 (0)