This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bfd and include patches for morpho ms1 port


On Wed, Jun 01, 2005 at 02:57:51PM -0400, Aldy Hernandez wrote:
> + /* Morpho MS1 - 16 bit immediate relocation.  */
> +   BFD_RELOC_MS1_PC16,
> + 
> + /* Morpho MS1 - Hi 16 bits of an address.  */
> +   BFD_RELOC_MS1_HI16,
> + 
> + /* Morpho MS1 - Low 16 bits of an address.  */
> +   BFD_RELOC_MS1_LO16,
> + 
> + /* Morpho MS1 - Used to tell the linker which vtable entries are used.  */
> +   BFD_RELOC_MS1_GNU_VTINHERIT,
> + 
> + /* Morpho MS1 - Used to tell the linker which vtable entries are used.  */
> +   BFD_RELOC_MS1_GNU_VTENTRY,
> + 

Please don't create new reloc types unnecessarily.  All of these could
probably use existing BFD_RELOC defines.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]