* config/tc-sparc.c (md_pseudo_table): Remove pushsection and

popsection.
This commit is contained in:
Ian Lance Taylor 1999-06-10 21:45:36 +00:00
parent 1b50c71893
commit 9e7c96d9d0
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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},