mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
Add .tbyte and .tbss sections
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
start-sanitize-v850
|
||||||
|
Mon Dec 30 13:55:57 1996 Michael Meissner <meissner@tiktok.cygnus.com>
|
||||||
|
|
||||||
|
* scripttempl/v850.sc (.tdata) Add .tbss and .tbyte sections.
|
||||||
|
|
||||||
|
end-sanitize-v850
|
||||||
Wed Dec 18 22:57:35 1996 Stan Shebs <shebs@andros.cygnus.com>
|
Wed Dec 18 22:57:35 1996 Stan Shebs <shebs@andros.cygnus.com>
|
||||||
|
|
||||||
* mpw-make.sed: Use NewFolderRecursive for installation.
|
* mpw-make.sed: Use NewFolderRecursive for installation.
|
||||||
|
@ -85,7 +85,9 @@ SECTIONS
|
|||||||
|
|
||||||
.tdata ${TDATA_START_ADDR} : {
|
.tdata ${TDATA_START_ADDR} : {
|
||||||
${RELOCATING+PROVIDE (__ep = .);}
|
${RELOCATING+PROVIDE (__ep = .);}
|
||||||
|
*(.tbyte)
|
||||||
*(.tdata)
|
*(.tdata)
|
||||||
|
*(.tbss)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* We want the small data sections together, so single-instruction offsets
|
/* We want the small data sections together, so single-instruction offsets
|
||||||
|
Reference in New Issue
Block a user