From c43452b0520d44033745a297e6ebced7058d16da Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Mon, 30 Dec 1996 18:57:36 +0000 Subject: [PATCH] Add .tbyte and .tbss sections --- ld/ChangeLog | 6 ++++++ ld/scripttempl/v850.sc | 2 ++ 2 files changed, 8 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index 03d437ff07..3d22210f36 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +start-sanitize-v850 +Mon Dec 30 13:55:57 1996 Michael Meissner + + * scripttempl/v850.sc (.tdata) Add .tbss and .tbyte sections. + +end-sanitize-v850 Wed Dec 18 22:57:35 1996 Stan Shebs * mpw-make.sed: Use NewFolderRecursive for installation. diff --git a/ld/scripttempl/v850.sc b/ld/scripttempl/v850.sc index 1f6ddf0f34..a1c4ff571d 100644 --- a/ld/scripttempl/v850.sc +++ b/ld/scripttempl/v850.sc @@ -85,7 +85,9 @@ SECTIONS .tdata ${TDATA_START_ADDR} : { ${RELOCATING+PROVIDE (__ep = .);} + *(.tbyte) *(.tdata) + *(.tbss) } /* We want the small data sections together, so single-instruction offsets