diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-09-21 04:24:40 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-09-21 04:25:06 -0700 |
commit | b8426d169d3f8ab820f3bdaf45fbc64f8bb827ed (patch) | |
tree | 86fe6f27384d72d89e57c9642b675702e37e4c38 /gas/ChangeLog | |
parent | 95475e5d6b7529309ca804fdc2c2e04d654c3978 (diff) | |
download | gdb-b8426d169d3f8ab820f3bdaf45fbc64f8bb827ed.zip gdb-b8426d169d3f8ab820f3bdaf45fbc64f8bb827ed.tar.gz gdb-b8426d169d3f8ab820f3bdaf45fbc64f8bb827ed.tar.bz2 |
gas: Make bfin-parse.c/rl78-parse.c/rx-parse.c depend on bfd/reloc.c
Since bfin-parse.c, rl78-parse.c and rx-parse.c use BFD_RELOC_XXX, we
need to regenerate them when bfd/reloc.c changhes.
PR gas/23692
* Makefile.am (bfin-parse.c): Depend on $(srcdir)/../bfd/reloc.c.
(rl78-parse.c): Likewise.
(rx-parse.c): Likewise.
* Makefile.in: Regenerated.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a9ff07d..0f685fb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2018-09-21 H.J. Lu <hongjiu.lu@intel.com> + + PR gas/23692 + * Makefile.am (bfin-parse.c): Depend on $(srcdir)/../bfd/reloc.c. + (rl78-parse.c): Likewise. + (rx-parse.c): Likewise. + * Makefile.in: Regenerated. + 2018-09-21 Alan Modra <amodra@gmail.com> * testsuite/gas/avr/large-debug-line-table.d: Update. |