]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/target.def
[PATCH 1/3][GCC] Add new target hook asm_post_cfi_startproc
authorSam Tebbs <sam.tebbs@arm.com>
Fri, 14 Dec 2018 15:52:05 +0000 (15:52 +0000)
committerSam Tebbs <samtebbs@gcc.gnu.org>
Fri, 14 Dec 2018 15:52:05 +0000 (15:52 +0000)
commitdddb7af4e7f76eed190876427902d99016ded180
tree1f77a258b59664ff2af4af19ca8099ebfe988ed3
parentb0aba46ca6668ef16fa83ff146654a9bf946ff16
[PATCH 1/3][GCC] Add new target hook asm_post_cfi_startproc

2018-12-14  Sam Tebbs  <sam.tebbs@arm.com>

* doc/tm.texi (TARGET_ASM_POST_CFI_STARTPROC): Define.
* doc/tm.texi.in (TARGET_ASM_POST_CFI_STARTPROC): Define.
* dwarf2out.c (dwarf2out_do_cfi_startproc): Trigger the hook.
* hooks.c (hook_void_FILEptr_tree): Define.
* hooks.h (hook_void_FILEptr_tree): Define.
* target.def (post_cfi_startproc): Define.

From-SVN: r267135
gcc/ChangeLog
gcc/doc/tm.texi
gcc/doc/tm.texi.in
gcc/dwarf2out.c
gcc/hooks.c
gcc/hooks.h
gcc/target.def