mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
Sat Nov 22 15:50:09 1997 Klaus Kaempf <kkaempf@progis.de>
* config/tc-alpha.c (s_alpha_section): Remove ".lcomm" handling.
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
Sat Nov 22 15:50:09 1997 Klaus Kaempf <kkaempf@progis.de>
|
Sat Nov 22 15:50:09 1997 Klaus Kaempf <kkaempf@progis.de>
|
||||||
|
|
||||||
|
* config/tc-alpha.c (s_alpha_section): Remove ".lcomm" handling.
|
||||||
|
|
||||||
* config/tc-alpha.c (alpha_basereg_clobbered): Remove variable and
|
* config/tc-alpha.c (alpha_basereg_clobbered): Remove variable and
|
||||||
all corresponding code.
|
all corresponding code.
|
||||||
|
|
||||||
|
@ -3467,9 +3467,9 @@ s_alpha_section (secid)
|
|||||||
int secid;
|
int secid;
|
||||||
{
|
{
|
||||||
int temp;
|
int temp;
|
||||||
#define EVAX_SECTION_COUNT 6
|
#define EVAX_SECTION_COUNT 5
|
||||||
static char *section_name[EVAX_SECTION_COUNT+1] =
|
static char *section_name[EVAX_SECTION_COUNT+1] =
|
||||||
{ "NULL", ".rdata", ".comm", ".link", ".ctors", ".dtors", ".lcomm" };
|
{ "NULL", ".rdata", ".comm", ".link", ".ctors", ".dtors" };
|
||||||
|
|
||||||
if ((secid <= 0) || (secid > EVAX_SECTION_COUNT))
|
if ((secid <= 0) || (secid > EVAX_SECTION_COUNT))
|
||||||
{
|
{
|
||||||
@ -4316,7 +4316,6 @@ const pseudo_typeS md_pseudo_table[] =
|
|||||||
{ "link", s_alpha_section, 3},
|
{ "link", s_alpha_section, 3},
|
||||||
{ "ctors", s_alpha_section, 4},
|
{ "ctors", s_alpha_section, 4},
|
||||||
{ "dtors", s_alpha_section, 5},
|
{ "dtors", s_alpha_section, 5},
|
||||||
{ "lcomm", s_alpha_section, 6},
|
|
||||||
#endif
|
#endif
|
||||||
{"gprel32", s_alpha_gprel32, 0},
|
{"gprel32", s_alpha_gprel32, 0},
|
||||||
{"t_floating", s_alpha_float_cons, 'd'},
|
{"t_floating", s_alpha_float_cons, 'd'},
|
||||||
|
Reference in New Issue
Block a user