mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
* config/tc-sparc.c (md_pseudo_table): Remove pushsection and
popsection.
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
1999-06-11 Ian Lance Taylor <ian@zembu.com>
|
||||
|
||||
* config/tc-sparc.c (md_pseudo_table): Remove pushsection and
|
||||
popsection.
|
||||
|
||||
* config/tc-sparc.c (sparc_ip): Add default case to reloc switch.
|
||||
|
||||
* read.c (read_a_source_file): Only declare inescape if
|
||||
|
@ -140,8 +140,6 @@ const pseudo_typeS md_pseudo_table[] =
|
||||
{"uaxword", s_uacons, 8},
|
||||
#ifdef OBJ_ELF
|
||||
/* these are specific to sparc/svr4 */
|
||||
{"pushsection", obj_elf_section, 0},
|
||||
{"popsection", obj_elf_previous, 0},
|
||||
{"2byte", s_uacons, 2},
|
||||
{"4byte", s_uacons, 4},
|
||||
{"8byte", s_uacons, 8},
|
||||
|
Reference in New Issue
Block a user