OSDN Git Service

2009-10-29 Tristan Gingold <gingold@adacore.com>
authorgingold <gingold>
Thu, 29 Oct 2009 18:43:18 +0000 (18:43 +0000)
committergingold <gingold>
Thu, 29 Oct 2009 18:43:18 +0000 (18:43 +0000)
* config/tc-mep.c (md_pseudo_table): Remove dwarf2 pseudo
as they are already defined in obj-elf.c
* config/tc-m32c.c (md_pseudo_table): Ditto.
* config/tc-spu.c (md_pseudo_table): Ditto.
* config/tc-avr.c (md_pseudo_table): Ditto.

gas/ChangeLog
gas/config/tc-avr.c
gas/config/tc-m32c.c
gas/config/tc-mep.c
gas/config/tc-spu.c

index 8d243aa..f756214 100644 (file)
@@ -1,3 +1,11 @@
+2009-10-29  Tristan Gingold  <gingold@adacore.com>
+
+       * config/tc-mep.c (md_pseudo_table): Remove dwarf2 debug pseudo
+       as they are already defined in obj-elf.c
+       * config/tc-m32c.c (md_pseudo_table): Ditto.
+       * config/tc-spu.c (md_pseudo_table): Ditto.
+       * config/tc-avr.c (md_pseudo_table): Ditto.
+
 2009-10-29  Alan Modra  <amodra@bigpond.net.au>
 
        * doc/as.texinfo (Set): Delete incorrect HPPA para.
index 81a34cb..9d14f64 100644 (file)
@@ -241,9 +241,6 @@ static void avr_set_arch (int);
 const pseudo_typeS md_pseudo_table[] =
 {
   {"arch", avr_set_arch,       0},
-  {"file", (void (*) (int)) dwarf2_directive_file, 0},
-  {"loc", dwarf2_directive_loc, 0},
-  {"loc_mark_labels", dwarf2_directive_loc_mark_labels, 0},
   { NULL,      NULL,           0}
 };
 
index 3afca23..cae3302 100644 (file)
@@ -159,9 +159,6 @@ const pseudo_typeS md_pseudo_table[] =
   { "bss",     s_bss,          0},
   { "3byte",   cons,           3 },
   { "word",    cons,           4 },
-  {"file",     (void (*) (int)) dwarf2_directive_file, 0},
-  {"loc",      dwarf2_directive_loc, 0},
-  {"loc_mark_labels", dwarf2_directive_loc_mark_labels, 0},
   { NULL,      NULL,           0 }
 };
 
index 852e2d8..ae2463e 100644 (file)
@@ -80,8 +80,6 @@ static void mep_noregerr (int);
 const pseudo_typeS md_pseudo_table[] =
 {
   { "word",    cons,                           4 },
-  { "file",    (void (*) (int)) dwarf2_directive_file,         0 },
-  { "loc",     dwarf2_directive_loc,           0 },
   { "vliw",    mep_switch_to_vliw_mode,        0 },
   { "core",    mep_switch_to_core_mode,        0 },
   { "vtext",   mep_s_vtext,                    0 },
index 0d94f32..d80c621 100644 (file)
@@ -101,8 +101,6 @@ const pseudo_typeS md_pseudo_table[] =
   /* Likewise for eqv.  */
   {"eqv", NULL, 0},
   {".eqv", s_set, -1},
-  {"file", (void (*) (int)) dwarf2_directive_file, 0 }, 
-  {"loc", dwarf2_directive_loc, 0}, 
   {0,0,0}
 };