]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Add .debugsym label which does not force a NOP after a short instruction
authorMichael Meissner <gnu@the-meissners.org>
Wed, 29 Apr 1998 19:51:01 +0000 (19:51 +0000)
committerMichael Meissner <gnu@the-meissners.org>
Wed, 29 Apr 1998 19:51:01 +0000 (19:51 +0000)
gas/ChangeLog

index 91f0412bd2c289301d99e8e43c4c83f04a3d322e..474a942ff289ba57ab1a8d66cca139c44ee9c8b6 100644 (file)
@@ -1,3 +1,13 @@
+Wed Apr 29 15:45:57 1998  Michael Meissner  <meissner@cygnus.com>
+
+       * config/tc-m32r.c ({,expand_}debug_sym): New functions to record
+       and expand a 'debug' symbol associated with the next instruction
+       that does not cause a short instruction to be filled with a NOP.
+       (md_pseudo_table): Add support for .debugsym.
+       (assemble_parallel_insn): Add calls to expand_debug_sym as
+       appropriate.
+       (md_assemble): Ditto.
+
 Tue Apr 28 19:16:26 1998  Tom Tromey  <tromey@cygnus.com>
 
        * as.c (main): Conditionally call setlocale.