Fix style

This commit is contained in:
Alexey Milovidov 2021-03-14 23:24:22 +03:00
parent 145116bfb6
commit 8c2d65242a
5 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,5 @@
#pragma once
/* Definitions for x86 syntax variations.
Copyright (C) 1992-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library. Its master source is NOT part of

View File

@ -1,3 +1,5 @@
#pragma once
/* Declarations and definitions of codes relating to the DWARF2 symbolic
debugging information format.
Copyright (C) 1992-2020 Free Software Foundation, Inc.
@ -563,7 +565,7 @@ enum dwarf_macinfo_record_type
};
#endif /* !ASSEMBLER */
/* @@@ For use with GNU frame unwind information. */
#define DW_EH_PE_absptr 0x00

View File

@ -1,3 +1,5 @@
#pragma once
/* Assembler macros for x86-64.
Copyright (C) 2001-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.

View File

@ -1,3 +1,5 @@
#pragma once
/* Generic asm macros used on many machines.
Copyright (C) 1991-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.

View File

@ -1,3 +1,5 @@
#pragma once
/* Assembler macros for x86.
Copyright (C) 2017-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.