* c-exp.y, m2-exp.y: Migrate code that has nothing to do with
authorFred Fish <fnf@specifix.com>
Wed, 9 Dec 1992 06:50:30 +0000 (06:50 +0000)
committerFred Fish <fnf@specifix.com>
Wed, 9 Dec 1992 06:50:30 +0000 (06:50 +0000)
commit22e3975901f39f8e3abbd0ad089e8b4ed50acf7f
treecc9a841648447da5517e6ba0519ae17e8f566186
parent160be0ded9bb9a7ff6287c3b7094327465085874
* c-exp.y, m2-exp.y:  Migrate code that has nothing to do with
expression parsing into c-lang.c and m2-lang.c respectively.
* c-lang.c, m2-lang.c:  New files, code migrated from c-exp.y and
m2-exp.y respectively.
* c-lang.h, m2-lang.h:  New files, internal interfaces between c-*
and m2-* files respectively.
* Makefile.in (SFILES_MAINDIR):  Add c-lang.c, m2-lang.c.
* Makefile.in (HFILES):  Add c-lang.h, m2-lang.h.
* Makefile.in (OBS):  Add c-lang.o, m2-lang.o.
* expression.h (struct block):  Forward declaration for prototypes.
* language.h (struct objfile):  Forward declaration for prototypes.
**** start-sanitize-chill ****
* Makefile.in (SFILES_MAINDIR):  Add ch-lang.c.
* Makefile.in (HFILES):  Add ch-lang.h.
* Makefile.in (OBS):  Add ch-lang.o.
* ch-exp.y:  Migrate code that has nothing to do with expression
parsing into ch-lang.c.
* ch-lang.c:  New file, code migrated from c-exp.y.
* ch-lang.h:  New file, internal interface between ch-* files.
**** end-sanitize-chill ****
13 files changed:
gdb/.Sanitize
gdb/ChangeLog
gdb/Makefile.in
gdb/c-exp.y
gdb/c-lang.c [new file with mode: 0644]
gdb/c-lang.h [new file with mode: 0644]
gdb/ch-exp.y
gdb/ch-lang.c [new file with mode: 0644]
gdb/ch-lang.h [new file with mode: 0644]
gdb/language.h
gdb/m2-exp.y
gdb/m2-lang.c [new file with mode: 0644]
gdb/m2-lang.h [new file with mode: 0644]
This page took 0.028521 seconds and 4 git commands to generate.