Auto-generated dependencies for rx-parse.o and rl78-parse.o
authorAlan Modra <amodra@gmail.com>
Sat, 8 Oct 2016 03:19:00 +0000 (13:49 +1030)
committerAlan Modra <amodra@gmail.com>
Sat, 8 Oct 2016 04:15:01 +0000 (14:45 +1030)
commitb6f80bb873981d21a00960ea372046b0424a553a
tree0d99514d05bfdcf2c8e3624492aeac5b8276272e
parent9722da93c589ee627e8d4388943717cbe4ba00ca
Auto-generated dependencies for rx-parse.o and rl78-parse.o

I noticed a while ago that the rx-elf gas gprel test regressed for no
apparent reason.  It turns out that the problem was rx-parse.y using
BFD_RELOC_RX_* values, which may change when other targets add new
relocs.  If rx-parse.o doesn't depend on bfd.h, it won't be recompiled.

* Makefile.am (EXTRA_as_new_SOURCES): Add config/rl78-parse.y and
config/rx-parse.y.  Move config/bfin-parse.y.
(bfin-parse.@OBJEXT@, rl78-parse.@OBJEXT@, rx-parse.@OBJEXT@): Delete.
($(srcdir)/config/rl78-defs.h): New rule.
* Makefile.in: Regenerate.
gas/ChangeLog
gas/Makefile.am
gas/Makefile.in
This page took 0.026388 seconds and 4 git commands to generate.