X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2FChangeLog;h=f2f48dfacfc5c5b15bd4186a6529373e8a57b392;hb=915bcca52e8f54e7305838bba4d42b3a87d1c6a6;hp=bf7dc296693d187dc22171d751e39f1f0f662840;hpb=63b33ceb0b1e4c8554b7d773d068819aa5ca2af6;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/ChangeLog b/gas/ChangeLog index bf7dc29669..f2f48dfacf 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,30 @@ +2009-07-16 H.J. Lu + + * config/tc-i386.c (md_assemble): Only check i.operands for AX. + (md_estimate_size_before_relax): Don't relax IFUNC symbols. + +2009-07-16 Nathan Sidwell + + * config/tc-arm.c (md_apply_fix ): Write + the offset for REL targets here. + +2009-07-15 Kai Tietz + + * listing.c (print_source): Initialize cache by NULL. + +2009-07-15 Daniel Gutson + + * doc/c-arm.texi (mauto-it): Removed old option. + (mimplicit-it): Added right option. + +2009-07-14 Daniel Gutson + + * config/tc-arm.h (MAX_MEM_ALIGNMENT_BYTES): Define. + (MAX_MEM_FOR_RS_ALIGN_CODE): Define in terms of + MAX_MEM_ALIGNMENT_BYTES. + * config/tc-arm.c (arm_frag_align_code): Replace hard coded + constant with MAX_MEM_FOR_RS_ALIGN_CODE. + 2009-07-14 Nick Clifton PR 10387