From 268a53de823a6750d6256ee1fb1e7707b4b45740 Mon Sep 17 00:00:00 2001 From: Xavier ASUS Date: Fri, 18 Oct 2019 00:31:54 +0200 Subject: sdcc-3.9.0 fork implementing GNU assembler syntax This fork aims to provide better support for stm8-binutils --- support/sdbinutils/bfd/doc/header.sed | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 support/sdbinutils/bfd/doc/header.sed (limited to 'support/sdbinutils/bfd/doc/header.sed') diff --git a/support/sdbinutils/bfd/doc/header.sed b/support/sdbinutils/bfd/doc/header.sed new file mode 100644 index 0000000..84d6b41 --- /dev/null +++ b/support/sdbinutils/bfd/doc/header.sed @@ -0,0 +1,13 @@ +s|[ ][ ]*| |g +s|\(.*\) [^ ]*header.sed.*|\1| +s|[^ ]*/||g +s|^ *|"| +s| |", "|g +s|$|"| +s|, \([^ ]*\)$| and \1| +s|^|/* DO NOT EDIT! -*- buffer-read-only: t -*- This file is automatically generated from | +s|\(.\{60\}[^ ]*\) |\1\ + |g +s|$|.\ + Run "make headers" in your build bfd/ to regenerate. */\ +| -- cgit v1.2.3