]> gcc.gnu.org Git - gcc.git/commit
restore EH on x86-vx7r2
authorAlexandre Oliva <oliva@adacore.com>
Wed, 5 May 2021 00:49:41 +0000 (21:49 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Wed, 5 May 2021 00:49:41 +0000 (21:49 -0300)
commit9aed32cc8f1baca398a203ddf4df2f80f43562c1
tree5a1c8eca18ceaeefe5747834a9f564268b3621fd
parent99e8df7a4cc0bb1bfa49e69ccb0f7e02c9755e3c
restore EH on x86-vx7r2

x86-vx7r2 needs svr4_dbx_register_map, but the default in i386/i386.h
was dbx_register_map, partially swapping ebp and esp in unwind info.

i386/vxworks.h had a correct overrider, but it was conditional for
vxworks < 7.  This patch reenables the overrider unconditionally.

for  gcc/ChangeLog

* config/i386/vxworks.h (DBX_REGISTER_NUMBER): Make it
unconditional.
gcc/config/i386/vxworks.h
This page took 0.063466 seconds and 5 git commands to generate.