* copy.c (main): Even if is_strip, accept -d argument indicating alternate
authorKen Raeburn <raeburn@cygnus>
Thu, 8 Oct 1992 01:13:12 +0000 (01:13 +0000)
committerKen Raeburn <raeburn@cygnus>
Thu, 8 Oct 1992 01:13:12 +0000 (01:13 +0000)
output format.  Needed by gdb for Nindy.

* m68k-pinsn.c (print_insn_arg): Handle new "`" operand type.

binutils/ChangeLog
binutils/copy.c
binutils/m68k-pinsn.c

index 5e730b9..3181580 100644 (file)
@@ -1,3 +1,9 @@
+Wed Oct  7 12:53:52 1992  Ken Raeburn  (raeburn@cygnus.com)
+
+       * copy.c (main): Even if is_strip, accept -d argument indicating
+       alternate output format.  Needed by gdb for Nindy.
+
+       * m68k-pinsn.c (print_insn_arg): Handle new "`" operand type.
 
 Tue Oct  6 16:33:56 1992  Jeffrey Osier  (jeffrey@cygnus.com)
 
index e1ac8a8..52a99aa 100644 (file)
@@ -421,6 +421,12 @@ main(argc, argv)
              verbose = true;
              show_version = true;
              break;
+
+             /* undocumented for now */
+           case 'd':
+             i++;
+             output_target = argv[i];
+             break;
            default:
              strip_usage();
          }
index da09b3f..2027b25 100644 (file)
@@ -420,6 +420,7 @@ print_insn_arg (d, buffer, p, addr, stream)
     case '?':
     case '/':
     case '&':
+    case '`':
 
       if (place == 'd')
        {