2009-10-29 Tristan Gingold <gingold@adacore.com>
authorTristan Gingold <gingold@adacore.com>
Thu, 29 Oct 2009 09:43:18 +0000 (09:43 +0000)
committerTristan Gingold <gingold@adacore.com>
Thu, 29 Oct 2009 09:43:18 +0000 (09: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 8d243aae0b7ab6c0255527373244399f74bd3317..f756214d18d2e4fa81ba33bf6400531bd3d2d2fe 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 81a34cb7ab3a937e0cb9f61804c8927dda254b41..9d14f6418ea2750ec388a3590981b7c275ce2c2c 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 3afca23279055f2ccce0b7ac5e3c10fa73ad2525..cae3302132e928f28274f83d7b653a628a40d4c4 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 852e2d8dc1a9b3e0146d75b6efffef439402c2cd..ae2463e019819602b14ee419f0854efeb530d48b 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 0d94f325fe7bee281ffbf6da417cb3dd912d400d..d80c62172c91969396c007e24a6734d7c9415593 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}
 };