mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-26 11:34:43 +00:00
Add rs6000-core.c/.o to the list of optional backend files...
This makes sure that rs6000-core.c gets recompiled whenever any of its dependencies get changed. bfd/ChangeLog: * Makefile.am (OPTIONAL_BACKENDS): Add rs6000-core.lo. (OPTIONAL_BACKENDS_CFILES): Add rs6000-core.c. * Makefile.in: Regenerate.
This commit is contained in:
parent
50a9972898
commit
c09a7c7e90
@ -1,3 +1,9 @@
|
||||
2010-11-24 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* Makefile.am (OPTIONAL_BACKENDS): Add rs6000-core.lo.
|
||||
(OPTIONAL_BACKENDS_CFILES): Add rs6000-core.c.
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
2010-11-24 Alan Modra <amodra@gmail.com>
|
||||
|
||||
PR ld/12253
|
||||
|
@ -651,6 +651,7 @@ OPTIONAL_BACKENDS = \
|
||||
irix-core.lo \
|
||||
lynx-core.lo \
|
||||
osf-core.lo \
|
||||
rs6000-core.lo \
|
||||
sco5-core.lo \
|
||||
trad-core.lo
|
||||
|
||||
@ -661,6 +662,7 @@ OPTIONAL_BACKENDS_CFILES = \
|
||||
irix-core.c \
|
||||
lynx-core.c \
|
||||
osf-core.c \
|
||||
rs6000-core.c \
|
||||
sco5-core.c \
|
||||
trad-core.c
|
||||
|
||||
|
@ -950,6 +950,7 @@ OPTIONAL_BACKENDS = \
|
||||
irix-core.lo \
|
||||
lynx-core.lo \
|
||||
osf-core.lo \
|
||||
rs6000-core.lo \
|
||||
sco5-core.lo \
|
||||
trad-core.lo
|
||||
|
||||
@ -960,6 +961,7 @@ OPTIONAL_BACKENDS_CFILES = \
|
||||
irix-core.c \
|
||||
lynx-core.c \
|
||||
osf-core.c \
|
||||
rs6000-core.c \
|
||||
sco5-core.c \
|
||||
trad-core.c
|
||||
|
||||
@ -1460,6 +1462,7 @@ distclean-compile:
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reloc.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reloc16.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/riscix.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rs6000-core.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sco5-core.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/section.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simple.Plo@am__quote@
|
||||
|
Loading…
x
Reference in New Issue
Block a user