[gdb/symtab] Fix missing breakpoint location for inlined function
[deliverable/binutils-gdb.git] / include / coff / rs6k64.h
index ef91db43891c3319e1351474a25a553f612f7879..997ff81dcafe83f5732cb5631fe4cf339a19d3d1 100644 (file)
@@ -1,5 +1,5 @@
 /* IBM RS/6000 "XCOFF64" file definitions for BFD.
-   Copyright (C) 2000, 2001, 2002, 2010 Free Software Foundation, Inc.  
+   Copyright (C) 2000-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
@@ -152,15 +152,17 @@ union external_auxent
        } x_fcnary;
     } x_sym;
          
-    union {
-       char x_fname[E_FILNMLEN];
-       struct {
-           char x_zeroes[4];
-           char x_offset[4];
-           char          x_pad[6];
-           unsigned char x_ftype[1];
-           unsigned char x_resv[2];
-       } x_n;
+    struct {
+        union {
+            char x_fname[E_FILNMLEN];
+            struct {
+               char x_zeroes[4];
+                char x_offset[4];
+               char x_pad[6];
+            } x_n;
+        } x_n;
+        unsigned char x_ftype[1];
+        unsigned char x_resv[2];
     } x_file;
 
     struct {
This page took 0.023553 seconds and 4 git commands to generate.