diff options
author | Kung Hsu <kung@cygnus> | 1994-07-08 19:38:18 +0000 |
---|---|---|
committer | Kung Hsu <kung@cygnus> | 1994-07-08 19:38:18 +0000 |
commit | daad3bbf95c29995c3ed516fe0da0f627eff8c72 (patch) | |
tree | 2bc3cc6e86d80ad33e9dedce72d1c6227f133825 /gas/ChangeLog | |
parent | 6f89cd429cdb276e9da1473f485a75a001a3c9b1 (diff) | |
download | gdb-daad3bbf95c29995c3ed516fe0da0f627eff8c72.zip gdb-daad3bbf95c29995c3ed516fe0da0f627eff8c72.tar.gz gdb-daad3bbf95c29995c3ed516fe0da0f627eff8c72.tar.bz2 |
Modified Files:
read.c read.h ecoff.c ecoff.h ChangeLog
* read.c (read_a_source_file): generate line stabs for asm file.
* read.h: add extern generate_asm_line_stab.
* ecoff.h : add prototype for ecoff_generate_asm_line_stab().
* ecoff.c (add_file): if there's no filename provided, set switch
to generate line stabs for .s file.
* ecoff.c (add_procedure): add stabs symbol for .ent directive.
* ecoff.c (generate_ecoff_stab): creates an artificial stabs.
* ecoff.c (generate_asm_line_stab): generate a artifitial label
for each line and generate a stabn for the line.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 386c55e..5d1efce 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,17 @@ +Fri Jul 8 12:23:44 1994 Kung Hsu (kung@mexican.cygnus.com) + + * config/obj-ecoff.h: define macro OBJ_GENERATE_ASM_LINE_STAB. + * config/obj-elf.h: ditto. + * read.c (read_a_source_file): generate line stabs for asm file. + * read.h: add extern generate_asm_line_stab. + * ecoff.h : add prototype for ecoff_generate_asm_line_stab(). + * ecoff.c (add_file): if there's no filename provided, set switch + to generate line stabs for .s file. + * ecoff.c (add_procedure): add stabs symbol for .ent directive. + * ecoff.c (generate_ecoff_stab): creates an artificial stabs. + * ecoff.c (generate_asm_line_stab): generate a artifitial label + for each line and generate a stabn for the line. + Thu Jul 7 17:04:03 1994 Steve Chamberlain (sac@jonny.cygnus.com) * gasp.c (get_any_string): Cope with getting a string with an |