src/gold ChangeLog int_encoding.cc int_encodin ...
ccoutant@sourceware.org
ccoutant@sourceware.org
Wed Jan 25 07:34:00 GMT 2012
CVSROOT: /cvs/src
Module name: src
Changes by: ccoutant@sourceware.org 2012-01-25 07:34:55
Modified files:
gold : ChangeLog int_encoding.cc int_encoding.h
gold/testsuite : Makefile.am Makefile.in
Added files:
gold/testsuite : leb128_unittest.cc
Log message:
* int_encoding.cc (read_unsigned_LEB_128): Replaced with inline
definition and ...
(read_unsigned_LEB_128_x): ... this new function.
(read_signed_LEB_128): Replaced with inline definition and ...
(read_signed_LEB_128_x): ... this new function.
* int_encoding.h (read_unsigned_LEB_128_x): New function.
(read_unsigned_LEB_128): Add inline definition.
(read_signed_LEB_128_x): New function.
(read_signed_LEB_128): Add inline definition.
* testsuite/Makefile.am (leb128_unittest): New unit test.
* testsuite/Makefile.in: Regenerate.
* testsuite/leb128_unittest.cc: New unit test.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=src&r1=1.867&r2=1.868
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/int_encoding.cc.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/int_encoding.h.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/testsuite/leb128_unittest.cc.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/testsuite/Makefile.am.diff?cvsroot=src&r1=1.186&r2=1.187
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/testsuite/Makefile.in.diff?cvsroot=src&r1=1.196&r2=1.197
More information about the Binutils-cvs
mailing list