gdb

lp:~linaro-toolchain-dev/gdb/7.5

Created by Michael Hope and last modified
Get this branch:
bzr branch lp:~linaro-toolchain-dev/gdb/7.5
Members of Linaro Toolchain Developers can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Linaro Toolchain Developers
Project:
gdb
Status:
Development

Recent revisions

39193. By gdbadmin <email address hidden>

*** empty log message ***

39192. By gdbadmin <email address hidden>

*** empty log message ***

39191. By gdbadmin <email address hidden>

*** empty log message ***

39190. By gdbadmin <email address hidden>

*** empty log message ***

39189. By gdbadmin <email address hidden>

Set version to 7.5.1.20121129-cvs

39188. By gdbadmin <email address hidden>

Update GDB version number in version.in

39187. By gdbadmin <email address hidden>

*** empty log message ***

39186. By Mike Frysinger

libiberty/md5: fix strict alias warnings

Current libiberty md5 code triggers these warnings with gcc-4.7.1 for me:

libiberty/md5.c: In function 'md5_finish_ctx':
libiberty/md5.c:117:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
libiberty/md5.c:118:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]

The change below fixes things for me. The optimized output (-O2) is the same
before/after my change on x86_64-linux. I imagine it'll be the same for most
targets. It seems simpler than using a union on the md5_ctx buffer since these
are the only two locations in the code where this occurs.

(cherry picked from current cvs HEAD)

39185. By gdbadmin <email address hidden>

*** empty log message ***

39184. By gdbadmin <email address hidden>

*** empty log message ***

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:gdb
This branch contains Public information 
Everyone can see this information.