Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(311)

Side by Side Diff: bfd/Makefile.am

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « bfd/ChangeLog-2011 ('k') | bfd/Makefile.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## Process this file with automake to generate Makefile.in 1 ## Process this file with automake to generate Makefile.in
2 2
3 AUTOMAKE_OPTIONS = 1.11 no-dist foreign 3 AUTOMAKE_OPTIONS = 1.11 no-dist foreign
4 ACLOCAL_AMFLAGS = -I . -I .. -I ../config 4 ACLOCAL_AMFLAGS = -I . -I .. -I ../config
5 5
6 # Uncomment the following line when doing a release. 6 # Uncomment the following line when doing a release.
7 # RELEASE=y 7 # RELEASE=y
8 8
9 INCDIR = $(srcdir)/../include 9 INCDIR = $(srcdir)/../include
10 CSEARCH = -I. -I$(srcdir) -I$(INCDIR) 10 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 cpu-ia64.lo \ 98 cpu-ia64.lo \
99 cpu-ip2k.lo \ 99 cpu-ip2k.lo \
100 cpu-iq2000.lo \ 100 cpu-iq2000.lo \
101 cpu-lm32.lo \ 101 cpu-lm32.lo \
102 cpu-m10200.lo \ 102 cpu-m10200.lo \
103 cpu-m10300.lo \ 103 cpu-m10300.lo \
104 cpu-m32c.lo \ 104 cpu-m32c.lo \
105 cpu-m32r.lo \ 105 cpu-m32r.lo \
106 cpu-m68hc11.lo \ 106 cpu-m68hc11.lo \
107 cpu-m68hc12.lo \ 107 cpu-m68hc12.lo \
108 cpu-m9s12x.lo \
109 cpu-m9s12xg.lo \
108 cpu-m68k.lo \ 110 cpu-m68k.lo \
109 cpu-m88k.lo \ 111 cpu-m88k.lo \
110 cpu-mcore.lo \ 112 cpu-mcore.lo \
111 cpu-mep.lo \ 113 cpu-mep.lo \
112 cpu-microblaze.lo \ 114 cpu-microblaze.lo \
113 cpu-mips.lo \ 115 cpu-mips.lo \
114 cpu-mmix.lo \ 116 cpu-mmix.lo \
115 cpu-moxie.lo \ 117 cpu-moxie.lo \
116 cpu-msp430.lo \ 118 cpu-msp430.lo \
117 cpu-mt.lo \ 119 cpu-mt.lo \
(...skipping 17 matching lines...) Expand all
135 cpu-tic54x.lo \ 137 cpu-tic54x.lo \
136 cpu-tic6x.lo \ 138 cpu-tic6x.lo \
137 cpu-tic80.lo \ 139 cpu-tic80.lo \
138 cpu-tilegx.lo \ 140 cpu-tilegx.lo \
139 cpu-tilepro.lo \ 141 cpu-tilepro.lo \
140 cpu-v850.lo \ 142 cpu-v850.lo \
141 cpu-vax.lo \ 143 cpu-vax.lo \
142 cpu-w65.lo \ 144 cpu-w65.lo \
143 cpu-we32k.lo \ 145 cpu-we32k.lo \
144 cpu-xc16x.lo \ 146 cpu-xc16x.lo \
147 cpu-xgate.lo \
145 cpu-xstormy16.lo \ 148 cpu-xstormy16.lo \
146 cpu-xtensa.lo \ 149 cpu-xtensa.lo \
147 cpu-z80.lo \ 150 cpu-z80.lo \
148 cpu-z8k.lo 151 cpu-z8k.lo
149 152
150 ALL_MACHINES_CFILES = \ 153 ALL_MACHINES_CFILES = \
151 cpu-alpha.c \ 154 cpu-alpha.c \
152 cpu-arc.c \ 155 cpu-arc.c \
153 cpu-arm.c \ 156 cpu-arm.c \
154 cpu-avr.c \ 157 cpu-avr.c \
(...skipping 20 matching lines...) Expand all
175 cpu-ia64.c \ 178 cpu-ia64.c \
176 cpu-ip2k.c \ 179 cpu-ip2k.c \
177 cpu-iq2000.c \ 180 cpu-iq2000.c \
178 cpu-lm32.c \ 181 cpu-lm32.c \
179 cpu-m10200.c \ 182 cpu-m10200.c \
180 cpu-m10300.c \ 183 cpu-m10300.c \
181 cpu-m32c.c \ 184 cpu-m32c.c \
182 cpu-m32r.c \ 185 cpu-m32r.c \
183 cpu-m68hc11.c \ 186 cpu-m68hc11.c \
184 cpu-m68hc12.c \ 187 cpu-m68hc12.c \
188 cpu-m9s12x.c \
189 cpu-m9s12xg.c \
185 cpu-m68k.c \ 190 cpu-m68k.c \
186 cpu-m88k.c \ 191 cpu-m88k.c \
187 cpu-mcore.c \ 192 cpu-mcore.c \
188 cpu-mep.c \ 193 cpu-mep.c \
189 cpu-microblaze.c \ 194 cpu-microblaze.c \
190 cpu-mips.c \ 195 cpu-mips.c \
191 cpu-mmix.c \ 196 cpu-mmix.c \
192 cpu-moxie.c \ 197 cpu-moxie.c \
193 cpu-msp430.c \ 198 cpu-msp430.c \
194 cpu-mt.c \ 199 cpu-mt.c \
(...skipping 17 matching lines...) Expand all
212 cpu-tic54x.c \ 217 cpu-tic54x.c \
213 cpu-tic6x.c \ 218 cpu-tic6x.c \
214 cpu-tic80.c \ 219 cpu-tic80.c \
215 cpu-tilegx.c \ 220 cpu-tilegx.c \
216 cpu-tilepro.c \ 221 cpu-tilepro.c \
217 cpu-v850.c \ 222 cpu-v850.c \
218 cpu-vax.c \ 223 cpu-vax.c \
219 cpu-w65.c \ 224 cpu-w65.c \
220 cpu-we32k.c \ 225 cpu-we32k.c \
221 cpu-xc16x.c \ 226 cpu-xc16x.c \
227 cpu-xgate.c \
222 cpu-xstormy16.c \ 228 cpu-xstormy16.c \
223 cpu-xtensa.c \ 229 cpu-xtensa.c \
224 cpu-z80.c \ 230 cpu-z80.c \
225 cpu-z8k.c 231 cpu-z8k.c
226 232
227 # The .o files needed by all of the 32 bit vectors that are configured into 233 # The .o files needed by all of the 32 bit vectors that are configured into
228 # target_vector in targets.c if configured with --enable-targets=all. 234 # target_vector in targets.c if configured with --enable-targets=all.
229 BFD32_BACKENDS = \ 235 BFD32_BACKENDS = \
230 aout-adobe.lo \ 236 aout-adobe.lo \
231 aout-arm.lo \ 237 aout-arm.lo \
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 coff-z8k.lo \ 274 coff-z8k.lo \
269 cofflink.lo \ 275 cofflink.lo \
270 dwarf1.lo \ 276 dwarf1.lo \
271 ecoff.lo \ 277 ecoff.lo \
272 ecofflink.lo \ 278 ecofflink.lo \
273 elf-attrs.lo \ 279 elf-attrs.lo \
274 elf-eh-frame.lo \ 280 elf-eh-frame.lo \
275 elf-ifunc.lo \ 281 elf-ifunc.lo \
276 elf-m10200.lo \ 282 elf-m10200.lo \
277 elf-m10300.lo \ 283 elf-m10300.lo \
284 elf-nacl.lo \
278 elf-strtab.lo \ 285 elf-strtab.lo \
279 elf-vxworks.lo \ 286 elf-vxworks.lo \
280 elf.lo \ 287 elf.lo \
281 elf32-am33lin.lo \ 288 elf32-am33lin.lo \
282 elf32-arc.lo \ 289 elf32-arc.lo \
283 elf32-arm.lo \ 290 elf32-arm.lo \
284 elf32-avr.lo \ 291 elf32-avr.lo \
285 elf32-bfin.lo \ 292 elf32-bfin.lo \
286 elf32-cr16.lo \ 293 elf32-cr16.lo \
287 elf32-cr16c.lo \ 294 elf32-cr16c.lo \
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 elf32-sh64-com.lo \ 336 elf32-sh64-com.lo \
330 elf32-sh64.lo \ 337 elf32-sh64.lo \
331 elf32-sparc.lo \ 338 elf32-sparc.lo \
332 elf32-spu.lo \ 339 elf32-spu.lo \
333 elf32-tic6x.lo \ 340 elf32-tic6x.lo \
334 elf32-tilegx.lo \ 341 elf32-tilegx.lo \
335 elf32-tilepro.lo \ 342 elf32-tilepro.lo \
336 elf32-v850.lo \ 343 elf32-v850.lo \
337 elf32-vax.lo \ 344 elf32-vax.lo \
338 elf32-xc16x.lo \ 345 elf32-xc16x.lo \
346 elf32-xgate.lo \
339 elf32-xstormy16.lo \ 347 elf32-xstormy16.lo \
340 elf32-xtensa.lo \ 348 elf32-xtensa.lo \
341 elf32.lo \ 349 elf32.lo \
342 elflink.lo \ 350 elflink.lo \
343 elfxx-mips.lo \ 351 elfxx-mips.lo \
344 elfxx-sparc.lo \ 352 elfxx-sparc.lo \
345 elfxx-tilegx.lo \ 353 elfxx-tilegx.lo \
346 epoc-pe-arm.lo \ 354 epoc-pe-arm.lo \
347 epoc-pei-arm.lo \ 355 epoc-pei-arm.lo \
348 hp300bsd.lo \ 356 hp300bsd.lo \
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 coff-z8k.c \ 462 coff-z8k.c \
455 cofflink.c \ 463 cofflink.c \
456 dwarf1.c \ 464 dwarf1.c \
457 ecoff.c \ 465 ecoff.c \
458 ecofflink.c \ 466 ecofflink.c \
459 elf-attrs.c \ 467 elf-attrs.c \
460 elf-eh-frame.c \ 468 elf-eh-frame.c \
461 elf-ifunc.c \ 469 elf-ifunc.c \
462 elf-m10200.c \ 470 elf-m10200.c \
463 elf-m10300.c \ 471 elf-m10300.c \
472 elf-nacl.c \
464 elf-strtab.c \ 473 elf-strtab.c \
465 elf-vxworks.c \ 474 elf-vxworks.c \
466 elf.c \ 475 elf.c \
467 elf32-am33lin.c \ 476 elf32-am33lin.c \
468 elf32-arc.c \ 477 elf32-arc.c \
469 elf32-arm.c \ 478 elf32-arm.c \
470 elf32-avr.c \ 479 elf32-avr.c \
471 elf32-bfin.c \ 480 elf32-bfin.c \
472 elf32-cr16.c \ 481 elf32-cr16.c \
473 elf32-cr16c.c \ 482 elf32-cr16c.c \
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
515 elf32-sh64-com.c \ 524 elf32-sh64-com.c \
516 elf32-sh64.c \ 525 elf32-sh64.c \
517 elf32-sparc.c \ 526 elf32-sparc.c \
518 elf32-spu.c \ 527 elf32-spu.c \
519 elf32-tic6x.c \ 528 elf32-tic6x.c \
520 elf32-tilegx.c \ 529 elf32-tilegx.c \
521 elf32-tilepro.c \ 530 elf32-tilepro.c \
522 elf32-v850.c \ 531 elf32-v850.c \
523 elf32-vax.c \ 532 elf32-vax.c \
524 elf32-xc16x.c \ 533 elf32-xc16x.c \
534 elf32-xgate.c \
525 elf32-xstormy16.c \ 535 elf32-xstormy16.c \
526 elf32-xtensa.c \ 536 elf32-xtensa.c \
527 elf32.c \ 537 elf32.c \
528 elflink.c \ 538 elflink.c \
529 elfxx-mips.c \ 539 elfxx-mips.c \
530 elfxx-sparc.c \ 540 elfxx-sparc.c \
531 elfxx-tilegx.c \ 541 elfxx-tilegx.c \
532 epoc-pe-arm.c \ 542 epoc-pe-arm.c \
533 epoc-pei-arm.c \ 543 epoc-pei-arm.c \
534 hp300bsd.c \ 544 hp300bsd.c \
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 # and --enable-64-bit-bfd. 612 # and --enable-64-bit-bfd.
603 # elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in 613 # elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in
604 # BFD32_BACKENDS. 614 # BFD32_BACKENDS.
605 BFD64_BACKENDS = \ 615 BFD64_BACKENDS = \
606 aix5ppc-core.lo \ 616 aix5ppc-core.lo \
607 aout64.lo \ 617 aout64.lo \
608 coff-alpha.lo \ 618 coff-alpha.lo \
609 coff-x86_64.lo \ 619 coff-x86_64.lo \
610 coff64-rs6000.lo \ 620 coff64-rs6000.lo \
611 demo64.lo \ 621 demo64.lo \
622 elf-nacl.lo \
612 elf32-ia64.lo \ 623 elf32-ia64.lo \
613 elf32-score.lo \ 624 elf32-score.lo \
614 elf32-score7.lo \ 625 elf32-score7.lo \
615 elf64-alpha.lo \ 626 elf64-alpha.lo \
616 elf64-gen.lo \ 627 elf64-gen.lo \
617 elf64-hppa.lo \ 628 elf64-hppa.lo \
618 elf64-ia64.lo \ 629 elf64-ia64.lo \
630 elf64-ia64-vms.lo \
619 elf64-mips.lo \ 631 elf64-mips.lo \
620 elf64-mmix.lo \ 632 elf64-mmix.lo \
621 elf64-ppc.lo \ 633 elf64-ppc.lo \
622 elf64-s390.lo \ 634 elf64-s390.lo \
623 elf64-sh64.lo \ 635 elf64-sh64.lo \
624 elf64-sparc.lo \ 636 elf64-sparc.lo \
625 elf64-tilegx.lo \ 637 elf64-tilegx.lo \
626 elf64-x86-64.lo \ 638 elf64-x86-64.lo \
627 elf64.lo \ 639 elf64.lo \
628 elfn32-mips.lo \ 640 elfn32-mips.lo \
629 elfxx-ia64.lo \ 641 elfxx-ia64.lo \
630 mach-o-x86-64.lo \ 642 mach-o-x86-64.lo \
631 mmo.lo \ 643 mmo.lo \
632 nlm32-alpha.lo \ 644 nlm32-alpha.lo \
633 nlm64.lo \ 645 nlm64.lo \
634 pe-x86_64.lo \ 646 pe-x86_64.lo \
635 pei-ia64.lo \ 647 pei-ia64.lo \
636 pei-x86_64.lo \ 648 pei-x86_64.lo \
637 pepigen.lo \ 649 pepigen.lo \
638 pex64igen.lo \ 650 pex64igen.lo \
639 vms-alpha.lo 651 vms-alpha.lo
640 652
641 BFD64_BACKENDS_CFILES = \ 653 BFD64_BACKENDS_CFILES = \
642 aix5ppc-core.c \ 654 aix5ppc-core.c \
643 aout64.c \ 655 aout64.c \
644 coff-alpha.c \ 656 coff-alpha.c \
645 coff-x86_64.c \ 657 coff-x86_64.c \
646 coff64-rs6000.c \ 658 coff64-rs6000.c \
647 demo64.c \ 659 demo64.c \
660 elf-nacl.c \
648 elf32-score.c \ 661 elf32-score.c \
649 elf32-score7.c \ 662 elf32-score7.c \
650 elf64-alpha.c \ 663 elf64-alpha.c \
651 elf64-gen.c \ 664 elf64-gen.c \
652 elf64-hppa.c \ 665 elf64-hppa.c \
666 elf64-ia64-vms.c \
653 elf64-mips.c \ 667 elf64-mips.c \
654 elf64-mmix.c \ 668 elf64-mmix.c \
655 elf64-ppc.c \ 669 elf64-ppc.c \
656 elf64-s390.c \ 670 elf64-s390.c \
657 elf64-sh64.c \ 671 elf64-sh64.c \
658 elf64-sparc.c \ 672 elf64-sparc.c \
659 elf64-tilegx.c \ 673 elf64-tilegx.c \
660 elf64-x86-64.c \ 674 elf64-x86-64.c \
661 elf64.c \ 675 elf64.c \
662 elfn32-mips.c \ 676 elfn32-mips.c \
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
997 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMD EPBACKSLASH@ 1011 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMD EPBACKSLASH@
998 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1012 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
999 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< $(NO_WERROR) 1013 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< $(NO_WERROR)
1000 1014
1001 coff-tic54x.lo: coff-tic54x.c 1015 coff-tic54x.lo: coff-tic54x.c
1002 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $ @ $< $(NO_WERROR) 1016 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $ @ $< $(NO_WERROR)
1003 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 1017 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1004 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMD EPBACKSLASH@ 1018 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMD EPBACKSLASH@
1005 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1019 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1006 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< $(NO_WERROR) 1020 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< $(NO_WERROR)
OLDNEW
« no previous file with comments | « bfd/ChangeLog-2011 ('k') | bfd/Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698