This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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: [patch] fix HPUX-PA build on posix.cc


Andreas Tobler wrote:
Bryce McKinlay wrote:
Its probably cleaner just to drop the "const" in the _Jv_platform_dladdr() declaration. I can't see any reason for that.

Ok, after short discussion on irc I see the point now and changed the patch. Building right now.


If testing is ok can I commit to trunk?

Thanks,
Andreas


2006-07-04 Andreas Tobler <a.tobler@schweiz.ch>


    PR libgcj/28226:
    * include/posix.h (_Jv_platform_dladdr): Remove const qualifier.
    * include/win32.h (_Jv_platform_dladdr): Likewise.
    * posix.cc (_Jv_platform_dladdr): Likewise.
    * win32.cc (_Jv_platform_dladdr): Likewise.

OK, thanks.


Bryce


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