diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-05-14 23:12:29 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-05-14 23:12:29 +0000 |
commit | 16d2cc8084cbaa083e874e6ac11e2181c65265f2 (patch) | |
tree | 745aea8133739862df18f6ef584c2059029c5d68 /gdb/ChangeLog | |
parent | d8fc87731898508fa3fe2e138264a4f06836f1fc (diff) | |
download | gdb-16d2cc8084cbaa083e874e6ac11e2181c65265f2.zip gdb-16d2cc8084cbaa083e874e6ac11e2181c65265f2.tar.gz gdb-16d2cc8084cbaa083e874e6ac11e2181c65265f2.tar.bz2 |
Sat May 14 15:13:52 1994 Stan Shebs (shebs@andros.cygnus.com)
* inflow.c (job_control, attach_flag, generic_mourn_inferior):
Remove, needed for both native and cross.
* target.c (attach_flag, generic_mourn_inferior): Put here.
* utils.c (job_control): Put here.
(terminal.h): Don't include anymore.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1c411a4..150258b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +Sat May 14 15:13:52 1994 Stan Shebs (shebs@andros.cygnus.com) + + * inflow.c (job_control, attach_flag, generic_mourn_inferior): + Remove, needed for both native and cross. + * target.c (attach_flag, generic_mourn_inferior): Put here. + * utils.c (job_control): Put here. + (terminal.h): Don't include anymore. + Sat May 14 09:11:44 1994 Jim Kingdon (kingdon@lioth.cygnus.com) * source.c (find_source_lines): Always use code that was #ifdef |