mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
* config/tc-m68hc11.h (ELF_TC_SPECIAL_SECTIONS): New sections
.softregs and .eeprom.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2002-06-29 Stephane Carrez <stcarrez@nerim.fr>
|
||||||
|
|
||||||
|
* config/tc-m68hc11.h (ELF_TC_SPECIAL_SECTIONS): New sections
|
||||||
|
.softregs and .eeprom.
|
||||||
|
|
||||||
2002-06-28 David O'Brien <obrien@FreeBSD.org>
|
2002-06-28 David O'Brien <obrien@FreeBSD.org>
|
||||||
|
|
||||||
* NEWS: Note the next release is 2.13.
|
* NEWS: Note the next release is 2.13.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* tc-m68hc11.h -- Header file for tc-m68hc11.c.
|
/* tc-m68hc11.h -- Header file for tc-m68hc11.c.
|
||||||
Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
|
Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GAS, the GNU Assembler.
|
This file is part of GAS, the GNU Assembler.
|
||||||
|
|
||||||
@ -60,6 +60,8 @@ extern const char *m68hc11_arch_format PARAMS ((void));
|
|||||||
- The .vectors is the data section that represents the interrupt
|
- The .vectors is the data section that represents the interrupt
|
||||||
vectors. */
|
vectors. */
|
||||||
#define ELF_TC_SPECIAL_SECTIONS \
|
#define ELF_TC_SPECIAL_SECTIONS \
|
||||||
|
{ ".eeprom", SHT_PROGBITS, SHF_ALLOC + SHF_WRITE }, \
|
||||||
|
{ ".softregs",SHT_NOBITS, SHF_ALLOC + SHF_WRITE }, \
|
||||||
{ ".page0", SHT_PROGBITS, SHF_ALLOC + SHF_WRITE }, \
|
{ ".page0", SHT_PROGBITS, SHF_ALLOC + SHF_WRITE }, \
|
||||||
{ ".vectors", SHT_PROGBITS, SHF_ALLOC + SHF_WRITE },
|
{ ".vectors", SHT_PROGBITS, SHF_ALLOC + SHF_WRITE },
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user