diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-24 23:42:02 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-24 23:42:02 +0000 |
commit | abe28b921434c6ca63208f33a3b4a65b33f867f4 (patch) | |
tree | c4472ef325f51588ba8a936f10ea98fbcf44a7f2 /gdb/ChangeLog | |
parent | 94c74a0c226734e91d0d3e3812abe9142b8c3244 (diff) | |
download | gdb-abe28b921434c6ca63208f33a3b4a65b33f867f4.zip gdb-abe28b921434c6ca63208f33a3b4a65b33f867f4.tar.gz gdb-abe28b921434c6ca63208f33a3b4a65b33f867f4.tar.bz2 |
Sun Oct 24 20:16:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
* parse.c, parser-defs.h (write_exp_msymbol): New function to write
the appropriate expression for a minimal symbol.
* c-exp.y, m2-exp.y: Use it.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a265f5b..480e6f9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Sun Oct 24 20:16:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * parse.c, parser-defs.h (write_exp_msymbol): New function to write + the appropriate expression for a minimal symbol. Taken from c-exp.y + and m2-exp.y but handles mst_file_*. + * c-exp.y, m2-exp.y: Use it. + Sun Oct 24 09:31:05 1993 Fred Fish (fnf@lisa.cygnus.com) * elfread.c (elf_symtab_read): Use bfd convention that both |