binutils-gdb/gas/doc
Richard Henderson 07a53e5cdb * dwarf2dbg.c (struct line_entry): Replace frag and frag_ofs
with label.
        (dwarf2_loc_mark_labels): New.
        (dwarf2_gen_line_info_1): Split out of ...
        (dwarf2_gen_line_info): ... here.  Create the temp symbol here.
        (dwarf2_emit_label): New.
        (dwarf2_directive_loc_mark_labels): New.
        (out_set_addr): Take a symbol instead of frag+ofs.
        (relax_inc_line_addr): Likewise.
        (emit_inc_line_addr): Assert delta non-negative.
        (process_entries): Remove dead code.  Update to work with temp
        symbols instead of frag+ofs.
        * dwarf2dbg.h (dwarf2_directive_loc_mark_labels): Declare.
        (dwarf2_emit_label, dwarf2_loc_mark_labels): Declare.
        * config/obj-elf.c (elf_pseudo_tab): Add loc_mark_labels.
        * config/obj-elf.h (obj_frob_label): New.
        * config/tc-alpha.c (alpha_define_label): Call dwarf2_emit_label.
        * config/tc-arm.c, config/tc-hppa.c, config/tc-m68k.c,
        config/tc-mips.c, config/tc-ppc.c, config/tc-sh.c, config/tc-xtensa.c:
        Similarly in the respective tc_frob_label implementation functions.
        * config/tc-i386.c (md_pseudo_table): Move file and loc to
        non-elf section; add loc_mark_labels.
        * config/tc-ia64.c (struct label_fix): Add dw2_mark_labels.
        (ia64_flush_insns): Check for marked labels; emit line entry if so.
        (emit_one_bundle): Similarly.
        (ia64_frob_label): Record marked labels.
        * config/tc-m68hc11.h (tc_frob_label): Remove.
        * config/tc-ms1.c (md_pseudo_table): Remove file and loc.
        * config/tc-sh.h (tc_frob_label): Pass sym to sh_frob_label.
        * config/tc-sh64.h (tc_frob_label): Likewise.
        * doc/as.texinfo (LNS directives): Docuement .loc_mark_blocks.
2005-09-20 18:24:48 +00:00
..
all.texi
as.texinfo * dwarf2dbg.c (struct line_entry): Replace frag and frag_ofs 2005-09-20 18:24:48 +00:00
c-alpha.texi
c-arc.texi
c-arm.texi
c-cris.texi
c-d10v.texi
c-d30v.texi
c-h8300.texi
c-hppa.texi
c-i370.texi
c-i386.texi
c-i860.texi
c-i960.texi
c-ia64.texi
c-ip2k.texi
c-m32c.texi
c-m32r.texi
c-m68hc11.texi
c-m68k.texi
c-mips.texi * doc/as.texinfo: Document -mdsp and -mno-dsp options. 2005-09-08 18:05:15 +00:00
c-mmix.texi
c-msp430.texi 2005-08-12 Dmitry Diky <diwil@spec.ru> 2005-08-12 11:54:23 +00:00
c-ns32k.texi
c-pdp11.texi
c-pj.texi
c-ppc.texi gas/ 2005-08-15 15:37:15 +00:00
c-sh64.texi
c-sh.texi
c-sparc.texi
c-tic54x.texi
c-v850.texi
c-vax.texi
c-xtensa.texi
c-z8k.texi
fdl.texi
h8.texi
internals.texi missed from last commit 2005-08-11 01:34:12 +00:00
Makefile.am
Makefile.in