gdb/testsuite/tui: Always dump_screen when asked
[deliverable/binutils-gdb.git] / include / aout / ar.h
index de0438222dbe09ad173cd095e7f93698584dc0b4..471a859fc57c7d8207193718610980f6bf2f83b3 100644 (file)
@@ -1,6 +1,6 @@
 /* archive file definition for GNU software
 
-   Copyright 2001, 2008, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2001-2020 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -28,7 +28,6 @@
    compatible with existing BSDish archives. */
 
 #define ARMAG  "!<arch>\012"   /* For COFF and a.out archives.  */
-#define ARMAGB "!<bout>\012"   /* For b.out archives.  */
 #define ARMAGT "!<thin>\012"   /* For thin archives.  */
 #define SARMAG 8
 #define ARFMAG "`\012"
This page took 0.023424 seconds and 4 git commands to generate.