https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109374
--- Comment #9 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by John David Anglin <dang...@gcc.gnu.org>: https://gcc.gnu.org/g:ddb0f66e6c1e846bdc217075c9a770bfd0b01970 commit r13-7012-gddb0f66e6c1e846bdc217075c9a770bfd0b01970 Author: John David Anglin <dang...@gcc.gnu.org> Date: Wed Apr 5 14:44:54 2023 +0000 Add assember CFI directives to millicode division and remainder routines. The millicode division and remainder routines trap division by zero. The unwinder needs these directives to unwind divide by zero traps. 2023-04-05 John David Anglin <dang...@gcc.gnu.org> libgcc/ChangeLog: PR target/109374 * config/pa/milli64.S (RETURN_COLUMN): Define. ($$divI): Add CFI directives. ($$divU): Likewise. ($$remI): Likewise. ($$remU): Likewise.