https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91041

            Bug ID: 91041
           Summary: obsolete arm-pe support in arm backend
           Product: gcc
           Version: 9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: wilson at gcc dot gnu.org
  Target Milestone: ---

The arm/pe.h file was removed in 2012, but we still have about half a dozen
references in the arm.c file to the ARM_PE macro that was defined in that file.
 The arm-symbian port uses some of the same features, but it doesn't define
ARM_PE, the symbol support is handled via TARGET_DLLIMPORT_DECL_ATTRIBUTES. 
The obsolete code should be cleaned up.

Reply via email to