From 64ac3c33ba88dd3b248ff7c07709a2d28e9b1dfe Mon Sep 17 00:00:00 2001 From: Iain Buclaw Date: Mon, 29 Oct 2018 22:56:52 +0000 Subject: [PATCH] config.gcc (xstormy16-*-elf): Set tm_d_file. gcc/ChangeLog: 2018-10-29 Iain Buclaw * config.gcc (xstormy16-*-elf): Set tm_d_file. From-SVN: r265607 --- gcc/ChangeLog | 4 ++++ gcc/config.gcc | 1 + 2 files changed, 5 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b649da16184..216b5931846 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2018-10-29 Iain Buclaw + + * config.gcc (xstormy16-*-elf): Set tm_d_file. + 2018-10-29 David Malcolm Martin Sebor Manuel Lopez-Ibanez diff --git a/gcc/config.gcc b/gcc/config.gcc index 93dc2978603..b108697cfc7 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -3161,6 +3161,7 @@ xstormy16-*-elf) # For historical reasons, the target files omit the 'x'. tm_file="dbxelf.h elfos.h newlib-stdint.h stormy16/stormy16.h" tm_p_file=stormy16/stormy16-protos.h + tm_d_file="elfos.h stormy16/stormy16.h" md_file=stormy16/stormy16.md out_file=stormy16/stormy16.c extra_options=stormy16/stormy16.opt -- 2.11.4.GIT