Ticket #454 (closed patch: fixed)

Opened 13 years ago

Last modified 13 years ago

[PATCH] Slightly different elf reloc names on netbsd-ppc

Reported by: wiml Owned by:
Priority: normal Milestone:
Component: none Version: trunk
Severity: medium Keywords: patch ppc
Cc: Language:
Patch status: new Platform: netbsd

Description

This is a tider version of part of the diff I attached to #421. NetBSD's elf.h has slightly different names for the defines for a few reloc types, and this patch deals with that by defining the expected names to the netbsd names. Tested on netbsd-ppc.

Attachments

ppc-elf-relocs.patch Download (0.6 KB) - added by wiml 13 years ago.
Define R_PPC_ADDR16_{HI,LO} to R_PPC_16_{HI,LO}

Change History

Changed 13 years ago by wiml

Define R_PPC_ADDR16_{HI,LO} to R_PPC_16_{HI,LO}

Changed 13 years ago by Infinoid

  • status changed from new to closed
  • resolution set to fixed

Thanks, this should be fixed in r38186. Please reopen this ticket if the issue persists.

Note: See TracTickets for help on using tickets.