Mercurial > emacs
annotate src/unexhp9k800.c @ 109165:750db9f3e6d8
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
* alloc.c (overrun_check_malloc, overrun_check_realloc)
(overrun_check_free, xstrdup, allocate_string)
(allocate_string_data, compact_small_strings, Fmake_string)
(make_unibyte_string, make_multibyte_string)
(make_string_from_bytes, make_specified_string, make_float)
(Fcons, allocate_terminal, allocate_frame, make_pure_string)
(Fgarbage_collect): Replace bcopy, safe_bcopy, bzero, bcmp by
memcpy, memmove, memset, memcmp.
* atimer.c (start_atimer, set_alarm): Likewise.
* buffer.c (clone_per_buffer_values, report_overlay_modification)
(mmap_realloc, init_buffer_once): Likewise.
* callint.c (Fcall_interactively): Likewise.
* callproc.c (Fcall_process, Fcall_process_region, child_setup)
(getenv_internal_1): Likewise.
* casefiddle.c (casify_object): Likewise.
* ccl.c (ccl_driver): Likewise.
* character.c (str_as_multibyte, str_to_multibyte): Likewise.
* charset.c (load_charset_map_from_file)
(load_charset_map_from_file, load_charset_map_from_vector)
(Fdefine_charset_internal): Likewise.
* cm.c (Wcm_clear): Likewise.
* coding.c (decode_eol, decode_coding_object)
(Fset_coding_system_priority, make_subsidiaries): Likewise.
* data.c (Faset): Likewise.
* dired.c (directory_files_internal, file_name_completion_stat):
Likewise.
* dispnew.c (new_glyph_matrix, adjust_glyph_matrix)
(clear_glyph_row, copy_row_except_pointers)
(copy_glyph_row_contents, new_glyph_pool, realloc_glyph_pool)
(save_current_matrix, restore_current_matrix)
(build_frame_matrix_from_leaf_window, mirrored_line_dance)
(mirror_line_dance, scrolling_window): Likewise.
* doc.c (Fsnarf_documentation, Fsubstitute_command_keys):
Likewise.
* doprnt.c (doprnt): Likewise.
* editfns.c (Fuser_full_name, make_buffer_string_both)
(Fmessage_box, Fformat, Ftranspose_regions): Likewise.
* emacs.c (sort_args): Likewise.
* eval.c (Fapply, Ffuncall): Likewise.
* fileio.c (Ffile_name_directory, make_temp_name)
(Fexpand_file_name, search_embedded_absfilename)
(Fsubstitute_in_file_name, Ffile_symlink_p, Finsert_file_contents)
(auto_save_error): Likewise.
* fns.c (Fstring_equal, Fcopy_sequence, concat)
(string_to_multibyte, Fstring_as_unibyte, Fstring_as_multibyte)
(internal_equal, Fclear_string, larger_vector, copy_hash_table)
(Fmake_hash_table): Likewise.
* fringe.c (Fdefine_fringe_bitmap): Likewise.
* ftfont.c (ftfont_text_extents): Likewise.
* getloadavg.c (getloadavg): Likewise.
* image.c (define_image_type, make_image, make_image_cache)
(x_create_x_image_and_pixmap, xbm_image_p)
(w32_create_pixmap_from_bitmap_data, xbm_load, xpm_lookup_color)
(xpm_image_p, x_create_bitmap_from_xpm_data, xpm_load)
(init_color_table, x_build_heuristic_mask, pbm_image_p, pbm_load)
(png_image_p, png_read_from_memory, png_load, jpeg_image_p)
(tiff_image_p, tiff_read_from_memory, gif_image_p)
(gif_read_from_memory, gif_load, svg_image_p, gs_image_p):
Likewise.
* indent.c (scan_for_column, compute_motion): Likewise.
* insdel.c (gap_left, gap_right, make_gap_smaller, copy_text)
(insert_1_both, insert_from_gap, replace_range_2): Likewise.
* intervals.c (reproduce_tree, reproduce_tree_obj): Likewise.
* keyboard.c (echo_char, save_getcjmp, restore_getcjmp)
(kbd_buffer_store_event_hold, apply_modifiers_uncached)
(store_user_signal_events, menu_bar_items, tool_bar_items)
(process_tool_bar_item, append_tool_bar_item)
(read_char_minibuf_menu_prompt, read_key_sequence)
(Fread_key_sequence, Fread_key_sequence_vector, Frecent_keys):
Likewise.
* keymap.c (current_minor_maps, Fdescribe_buffer_bindings):
Likewise.
* lisp.h (STRING_COPYIN): Likewise.
* lread.c (Fload, read1, oblookup): Likewise.
* msdos.c (Frecent_doskeys): Likewise.
* nsfns.m (Fx_create_frame): Likewise.
* nsfont.m (nsfont_open, nsfont_text_extents, ns_glyph_metrics):
Likewise.
* nsimage.m (EmacsImage-initFromSkipXBM:width:height:)
(EmacsImage-initForXPMWithDepth:width:height:flip:length:):
Likewise.
* nsmenu.m (ns_update_menubar): Likewise.
* nsterm.m (ns_draw_fringe_bitmap, ns_term_init): Likewise.
* print.c (print_unwind, printchar, strout, print_string)
(print_error_message): Likewise.
* process.c (conv_lisp_to_sockaddr, set_socket_option)
(Fmake_network_process, Fnetwork_interface_list)
(Fnetwork_interface_info, read_process_output, Fprocess_send_eof)
(init_process): Likewise.
* ralloc.c (resize_bloc, r_alloc_sbrk, r_alloc_init): Likewise.
* regex.c (init_syntax_once, regex_compile, re_compile_fastmap):
Likewise.
* scroll.c (do_scrolling, do_direct_scrolling)
(scrolling_max_lines_saved): Likewise.
* search.c (search_buffer, wordify, Freplace_match): Likewise.
* sound.c (wav_init, au_init, Fplay_sound_internal): Likewise.
* syntax.c (skip_chars, skip_syntaxes): Likewise.
* sysdep.c (child_setup_tty, sys_subshell, emacs_get_tty)
(emacs_set_tty): Likewise.
* term.c (encode_terminal_code, calculate_costs)
(produce_special_glyphs, create_tty_output, init_tty, delete_tty):
Likewise.
* termcap.c (tgetst1, gobble_line): Likewise.
* termhooks.h (EVENT_INIT): Likewise.
* tparam.c (tparam1): Likewise.
* unexalpha.c (unexec): Likewise.
* unexec.c (write_segment): Likewise.
* unexmacosx.c (unexec_write_zero): Likewise.
* w32fns.c (w32_wnd_proc, Fx_create_frame, x_create_tip_frame)
(Fx_file_dialog, Fsystem_move_file_to_trash): Likewise.
* w32font.c (w32font_list_family, w32font_text_extents)
(w32font_list_internal, w32font_match_internal)
(w32font_open_internal, compute_metrics, Fx_select_font):
Likewise.
* w32menu.c (set_frame_menubar, add_menu_item)
(w32_menu_display_help, w32_free_submenu_strings): Likewise.
* w32term.c (XCreateGC, w32_initialize_display_info): Likewise.
* w32uniscribe.c (uniscribe_list_family): Likewise.
* w32xfns.c (get_next_msg, post_msg, prepend_msg): Likewise.
* window.c (make_window, replace_window, set_window_buffer)
(Fsplit_window): Likewise.
* xdisp.c (init_iterator, RECORD_OVERLAY_STRING, reseat_to_string)
(add_to_log, message3, x_consider_frame_title)
(append_space_for_newline, extend_face_to_end_of_line)
(decode_mode_spec_coding, init_glyph_string): Likewise.
* xfaces.c (x_create_gc, get_lface_attributes_no_remap)
(Finternal_copy_lisp_face, Finternal_merge_in_global_face)
(face_attr_equal_p, make_realized_face, make_face_cache)
(free_realized_faces, lookup_named_face, smaller_face)
(face_with_height, lookup_derived_face)
(x_supports_face_attributes_p, Finternal_set_font_selection_order)
(Finternal_set_font_selection_order, realize_default_face)
(compute_char_face, face_at_buffer_position)
(face_for_overlay_string, face_at_string_position, merge_faces):
Likewise.
* xfns.c (xic_create_fontsetname, Fx_create_frame)
(Fx_window_property, x_create_tip_frame)
(Fx_backspace_delete_keys_p): Likewise.
* xfont.c (xfont_list, xfont_match, xfont_list_family)
(xfont_text_extents): Likewise.
* xmenu.c (set_frame_menubar, xmenu_show): Likewise.
* xrdb.c (magic_file_p, x_get_resource): Likewise.
* xselect.c (x_queue_event, x_get_window_property)
(receive_incremental_selection): Likewise.
* xsmfns.c (x_session_check_input): Likewise.
* xterm.c (x_send_scroll_bar_event, SET_SAVED_MENU_EVENT)
(handle_one_xevent, x_check_errors, xim_initialize, x_term_init):
Likewise.
* character.h (BCOPY_SHORT): Removed.
* config.in: Regenerate.
* dispnew.c (safe_bcopy): Only define as dummy if PROFILING.
* emacs.c (main) [PROFILING]: Don't declare
dump_opcode_frequencies.
* lisp.h (safe_bcopy): Remove declaration.
(memset) [!HAVE_MEMSET]: Declare.
(memcpy) [!HAVE_MEMCPY]: Likewise.
(memmove) [!HAVE_MEMMOVE]: Likewise.
(memcmp) [!HAVE_MEMCMP]: Likewise.
* s/ms-w32.h (bzero, bcopy, bcmp, GAP_USE_BCOPY)
(BCOPY_UPWARD_SAFE, BCOPY_DOWNWARD_SAFE, HAVE_BCOPY, HAVE_BCMP):
Don't define.
(HAVE_MEMCMP, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET): Define.
* s/msdos.h (GAP_USE_BCOPY, BCOPY_UPWARD_SAFE)
(BCOPY_DOWNWARD_SAFE): Don't define.
* sysdep.c (memset) [!HAVE_MEMSET]: Define.
(memcpy) [!HAVE_MEMCPY]: Define.
(memmove) [!HAVE_MEMMOVE]: Define.
(memcmp) [!HAVE_MEMCMP]: Define.
* config.nt (HAVE_BCOPY, HAVE_BCMP): Remove undefs.
(HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET, HAVE_MEMCMP): Add undefs.
* sed2v2.inp (HAVE_MEMCPY, HAVE_MEMSET): Edit to 1.
(HAVE_BZERO): Don't edit.
* lwlib.c (lwlib_memset, lwlib_bcopy): Remove.
(malloc_widget_value, free_widget_info, allocate_widget_instance)
(lw_separator_p): Replace lwlib_memset, lwlib_bcopy, bzero, bcmp by
memset, memcpy, memcmp.
* lwlib-utils.c (XtApplyToWidgets): Likewise.
* xlwmenu.c (XlwMenuInitialize): Likewise.
* lwlib.h (lwlib_bcopy): Remove declaration.
* ebrowse.c (add_sym, make_namespace): Replace bcopy, bzero by
memcpy, memmove, memset.
* pop.c (pop_retrieve, socket_connection, pop_getline): Likewise.
* CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
(GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
Remove.
* configure.in: Don't check for bcopy, bcmp, bzero. Don't include
<strings.h> and don't define bcopy, bzero, BCMP in config.h.
author | Andreas Schwab <schwab@linux-m68k.org> |
---|---|
date | Thu, 08 Jul 2010 00:18:28 +0200 |
parents | ddedcecb18ef |
children | 99084f50aa8e |
rev | line source |
---|---|
76673
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
1 /* Unexec for HP 9000 Series 800 machines. |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
2 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
3 This file is in the public domain. |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
4 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
5 Author: John V. Morris |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
6 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
7 This file was written by John V. Morris at Hewlett Packard. |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
8 Both the author and Hewlett Packard Co. have disclaimed the |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
9 copyright on this file, and it is therefore in the public domain. |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
10 (Search for "hp9k800" in copyright.list.) |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
11 */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
12 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
13 /* |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
14 Bob Desinger <hpsemc!bd@hplabs.hp.com> |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
15 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
16 Note that the GNU project considers support for HP operation a |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
17 peripheral activity which should not be allowed to divert effort |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
18 from development of the GNU system. Changes in this code will be |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
19 installed when users send them in, but aside from that we don't |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
20 plan to think about it, or about whether other Emacs maintenance |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
21 might break it. |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
22 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
23 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
24 Unexec creates a copy of the old a.out file, and replaces the old data |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
25 area with the current data area. When the new file is executed, the |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
26 process will see the same data structures and data values that the |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
27 original process had when unexec was called. |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
28 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
29 Unlike other versions of unexec, this one copies symbol table and |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
30 debug information to the new a.out file. Thus, the new a.out file |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
31 may be debugged with symbolic debuggers. |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
32 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
33 If you fix any bugs in this, I'd like to incorporate your fixes. |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
34 Send them to uunet!hpda!hpsemc!jmorris or jmorris%hpsemc@hplabs.HP.COM. |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
35 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
36 CAVEATS: |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
37 This routine saves the current value of all static and external |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
38 variables. This means that any data structure that needs to be |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
39 initialized must be explicitly reset. Variables will not have their |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
40 expected default values. |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
41 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
42 Unfortunately, the HP-UX signal handler has internal initialization |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
43 flags which are not explicitly reset. Thus, for signals to work in |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
44 conjunction with this routine, the following code must executed when |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
45 the new process starts up. |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
46 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
47 void _sigreturn (); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
48 ... |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
49 sigsetreturn (_sigreturn); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
50 */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
51 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
52 #ifdef emacs |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
53 #include <config.h> |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
54 #endif |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
55 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
56 #include <stdio.h> |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
57 #include <fcntl.h> |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
58 #include <errno.h> |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
59 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
60 #include <a.out.h> |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
61 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
62 #include <dl.h> |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
63 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
64 /* brk value to restore, stored as a global. |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
65 This is really used only if we used shared libraries. */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
66 static long brk_on_dump = 0; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
67 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
68 /* Called from main, if we use shared libraries. */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
69 int |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
70 run_time_remap (ignored) |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
71 char *ignored; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
72 { |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
73 brk ((char *) brk_on_dump); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
74 } |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
75 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
76 #undef roundup |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
77 #define roundup(x,n) (((x) + ((n) - 1)) & ~((n) - 1)) /* n is power of 2 */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
78 #define min(x,y) (((x) < (y)) ? (x) : (y)) |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
79 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
80 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
81 /* Create a new a.out file, same as old but with current data space */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
82 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
83 unexec (new_name, old_name, new_end_of_text, dummy1, dummy2) |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
84 char new_name[]; /* name of the new a.out file to be created */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
85 char old_name[]; /* name of the old a.out file */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
86 char *new_end_of_text; /* ptr to new edata/etext; NOT USED YET */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
87 int dummy1, dummy2; /* not used by emacs */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
88 { |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
89 int old, new; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
90 int old_size, new_size; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
91 struct header hdr; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
92 struct som_exec_auxhdr auxhdr; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
93 long i; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
94 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
95 /* For the greatest flexibility, should create a temporary file in |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
96 the same directory as the new file. When everything is complete, |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
97 rename the temp file to the new name. |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
98 This way, a program could update its own a.out file even while |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
99 it is still executing. If problems occur, everything is still |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
100 intact. NOT implemented. */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
101 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
102 /* Open the input and output a.out files */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
103 old = open (old_name, O_RDONLY); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
104 if (old < 0) |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
105 { perror (old_name); exit (1); } |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
106 new = open (new_name, O_CREAT|O_RDWR|O_TRUNC, 0777); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
107 if (new < 0) |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
108 { perror (new_name); exit (1); } |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
109 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
110 /* Read the old headers */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
111 read_header (old, &hdr, &auxhdr); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
112 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
113 brk_on_dump = (long) sbrk (0); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
114 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
115 /* Decide how large the new and old data areas are */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
116 old_size = auxhdr.exec_dsize; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
117 /* I suspect these two statements are separate |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
118 to avoid a compiler bug in hpux version 8. */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
119 i = (long) sbrk (0); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
120 new_size = i - auxhdr.exec_dmem; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
121 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
122 /* Copy the old file to the new, up to the data space */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
123 lseek (old, 0, 0); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
124 copy_file (old, new, auxhdr.exec_dfile); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
125 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
126 /* Skip the old data segment and write a new one */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
127 lseek (old, old_size, 1); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
128 save_data_space (new, &hdr, &auxhdr, new_size); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
129 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
130 /* Copy the rest of the file */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
131 copy_rest (old, new); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
132 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
133 /* Update file pointers since we probably changed size of data area */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
134 update_file_ptrs (new, &hdr, &auxhdr, auxhdr.exec_dfile, new_size-old_size); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
135 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
136 /* Save the modified header */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
137 write_header (new, &hdr, &auxhdr); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
138 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
139 /* Close the binary file */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
140 close (old); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
141 close (new); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
142 return 0; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
143 } |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
144 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
145 /* Save current data space in the file, update header. */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
146 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
147 save_data_space (file, hdr, auxhdr, size) |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
148 int file; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
149 struct header *hdr; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
150 struct som_exec_auxhdr *auxhdr; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
151 int size; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
152 { |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
153 /* Write the entire data space out to the file */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
154 if (write (file, auxhdr->exec_dmem, size) != size) |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
155 { perror ("Can't save new data space"); exit (1); } |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
156 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
157 /* Update the header to reflect the new data size */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
158 auxhdr->exec_dsize = size; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
159 auxhdr->exec_bsize = 0; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
160 } |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
161 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
162 /* Update the values of file pointers when something is inserted. */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
163 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
164 update_file_ptrs (file, hdr, auxhdr, location, offset) |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
165 int file; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
166 struct header *hdr; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
167 struct som_exec_auxhdr *auxhdr; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
168 unsigned int location; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
169 int offset; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
170 { |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
171 struct subspace_dictionary_record subspace; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
172 int i; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
173 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
174 /* Increase the overall size of the module */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
175 hdr->som_length += offset; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
176 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
177 /* Update the various file pointers in the header */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
178 #define update(ptr) if (ptr > location) ptr = ptr + offset |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
179 update (hdr->aux_header_location); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
180 update (hdr->space_strings_location); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
181 update (hdr->init_array_location); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
182 update (hdr->compiler_location); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
183 update (hdr->symbol_location); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
184 update (hdr->fixup_request_location); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
185 update (hdr->symbol_strings_location); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
186 update (hdr->unloadable_sp_location); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
187 update (auxhdr->exec_tfile); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
188 update (auxhdr->exec_dfile); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
189 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
190 /* Do for each subspace dictionary entry */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
191 lseek (file, hdr->subspace_location, 0); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
192 for (i = 0; i < hdr->subspace_total; i++) |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
193 { |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
194 if (read (file, &subspace, sizeof (subspace)) != sizeof (subspace)) |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
195 { perror ("Can't read subspace record"); exit (1); } |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
196 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
197 /* If subspace has a file location, update it */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
198 if (subspace.initialization_length > 0 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
199 && subspace.file_loc_init_value > location) |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
200 { |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
201 subspace.file_loc_init_value += offset; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
202 lseek (file, -sizeof (subspace), 1); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
203 if (write (file, &subspace, sizeof (subspace)) != sizeof (subspace)) |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
204 { perror ("Can't update subspace record"); exit (1); } |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
205 } |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
206 } |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
207 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
208 /* Do for each initialization pointer record */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
209 /* (I don't think it applies to executable files, only relocatables) */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
210 #undef update |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
211 } |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
212 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
213 /* Read in the header records from an a.out file. */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
214 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
215 read_header (file, hdr, auxhdr) |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
216 int file; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
217 struct header *hdr; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
218 struct som_exec_auxhdr *auxhdr; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
219 { |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
220 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
221 /* Read the header in */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
222 lseek (file, 0, 0); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
223 if (read (file, hdr, sizeof (*hdr)) != sizeof (*hdr)) |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
224 { perror ("Couldn't read header from a.out file"); exit (1); } |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
225 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
226 if (hdr->a_magic != EXEC_MAGIC && hdr->a_magic != SHARE_MAGIC |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
227 && hdr->a_magic != DEMAND_MAGIC) |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
228 { |
80031
5cb7ffd03e07
(read_header): Replace `legal' with `valid'.
Juanma Barranquero <lekktu@gmail.com>
parents:
76673
diff
changeset
|
229 fprintf (stderr, "a.out file doesn't have valid magic number\n"); |
76673
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
230 exit (1); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
231 } |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
232 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
233 lseek (file, hdr->aux_header_location, 0); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
234 if (read (file, auxhdr, sizeof (*auxhdr)) != sizeof (*auxhdr)) |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
235 { |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
236 perror ("Couldn't read auxiliary header from a.out file"); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
237 exit (1); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
238 } |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
239 } |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
240 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
241 /* Write out the header records into an a.out file. */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
242 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
243 write_header (file, hdr, auxhdr) |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
244 int file; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
245 struct header *hdr; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
246 struct som_exec_auxhdr *auxhdr; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
247 { |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
248 /* Update the checksum */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
249 hdr->checksum = calculate_checksum (hdr); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
250 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
251 /* Write the header back into the a.out file */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
252 lseek (file, 0, 0); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
253 if (write (file, hdr, sizeof (*hdr)) != sizeof (*hdr)) |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
254 { perror ("Couldn't write header to a.out file"); exit (1); } |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
255 lseek (file, hdr->aux_header_location, 0); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
256 if (write (file, auxhdr, sizeof (*auxhdr)) != sizeof (*auxhdr)) |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
257 { perror ("Couldn't write auxiliary header to a.out file"); exit (1); } |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
258 } |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
259 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
260 /* Calculate the checksum of a SOM header record. */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
261 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
262 calculate_checksum (hdr) |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
263 struct header *hdr; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
264 { |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
265 int checksum, i, *ptr; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
266 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
267 checksum = 0; ptr = (int *) hdr; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
268 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
269 for (i = 0; i < sizeof (*hdr) / sizeof (int) - 1; i++) |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
270 checksum ^= ptr[i]; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
271 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
272 return (checksum); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
273 } |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
274 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
275 /* Copy size bytes from the old file to the new one. */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
276 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
277 copy_file (old, new, size) |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
278 int new, old; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
279 int size; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
280 { |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
281 int len; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
282 int buffer[8192]; /* word aligned will be faster */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
283 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
284 for (; size > 0; size -= len) |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
285 { |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
286 len = min (size, sizeof (buffer)); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
287 if (read (old, buffer, len) != len) |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
288 { perror ("Read failure on a.out file"); exit (1); } |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
289 if (write (new, buffer, len) != len) |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
290 { perror ("Write failure in a.out file"); exit (1); } |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
291 } |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
292 } |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
293 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
294 /* Copy the rest of the file, up to EOF. */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
295 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
296 copy_rest (old, new) |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
297 int new, old; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
298 { |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
299 int buffer[4096]; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
300 int len; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
301 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
302 /* Copy bytes until end of file or error */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
303 while ((len = read (old, buffer, sizeof (buffer))) > 0) |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
304 if (write (new, buffer, len) != len) break; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
305 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
306 if (len != 0) |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
307 { perror ("Unable to copy the rest of the file"); exit (1); } |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
308 } |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
309 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
310 #ifdef DEBUG |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
311 display_header (hdr, auxhdr) |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
312 struct header *hdr; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
313 struct som_exec_auxhdr *auxhdr; |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
314 { |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
315 /* Display the header information (debug) */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
316 printf ("\n\nFILE HEADER\n"); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
317 printf ("magic number %d \n", hdr->a_magic); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
318 printf ("text loc %.8x size %d \n", auxhdr->exec_tmem, auxhdr->exec_tsize); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
319 printf ("data loc %.8x size %d \n", auxhdr->exec_dmem, auxhdr->exec_dsize); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
320 printf ("entry %x \n", auxhdr->exec_entry); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
321 printf ("Bss segment size %u\n", auxhdr->exec_bsize); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
322 printf ("\n"); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
323 printf ("data file loc %d size %d\n", |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
324 auxhdr->exec_dfile, auxhdr->exec_dsize); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
325 printf ("som_length %d\n", hdr->som_length); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
326 printf ("unloadable sploc %d size %d\n", |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
327 hdr->unloadable_sp_location, hdr->unloadable_sp_size); |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
328 } |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
329 #endif /* DEBUG */ |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
330 |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
331 /* arch-tag: d55a09ac-9427-4ec4-8496-cb9d7710774f |
a82fc200152b
Restore file with clarified legal status.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
332 (do not change this comment) */ |