src/bfd ChangeLog elf-bfd.h elf-eh-frame.c
rsandifo@sourceware.org
rsandifo@sourceware.org
Mon Jan 17 17:41:00 GMT 2005
CVSROOT: /cvs/src
Module name: src
Changes by: rsandifo@sourceware.org 2005-01-17 17:41:47
Modified files:
bfd : ChangeLog elf-bfd.h elf-eh-frame.c
Log message:
* elf-bfd.h (struct cie): Use bfd_vmas for code_align, ra_column and
augmentation_size. Use bfd_signed_vmas for data_align.
* elf-eh-frame.c (read_uleb128, read_sleb128): Delete in favor of...
(read_byte, skip_leb128, read_uleb128, read_sleb128): ...these new
functions. Don't read past the end of the enclosing CIE or FDE.
(skip_bytes): New utility function.
(_bfd_elf_discard_section_eh_frame): Use new functions, adding more
sanity checking.
(_bfd_elf_write_section_eh_frame): Use new functions.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.2855&r2=1.2856
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf-bfd.h.diff?cvsroot=src&r1=1.166&r2=1.167
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf-eh-frame.c.diff?cvsroot=src&r1=1.39&r2=1.40
More information about the Binutils-cvs
mailing list