This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

Adding a libgcc file


Question about proper target maintainer procedures...

The pdp11 target needs udivhi3 in libgcc.  There's udivsi3, and it's really easy to tweak those files for HImode.  And that works.

Should I add the HI files to the libgcc directory, or under config/pdp11?  There's nothing target specific about them, though I don't know of other targets that might want this.

And would this change fall under target maintainer write privileges, or should I get the patch reviewed first?

	paul


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